News

Built-in JavaScript objects and functions are ones you'll use all the time. Here's how to use Object, JSON, String, Math, Date, and console in your JavaScript programs.
anyone have any experience with client-side browser based JavaScript classes?i'm looking to write a wrapper to deal with the usual problem: browser compatibillity. the problem i'm running into is ...
I'd like to pass to a method an object, and a REFERENCE (handle?) to one of its properties, so it can refer to the value and operate on it. (For specific reasons, I CANNOT pass the actual value ...