What’s an Object
You probably think you know the answer to this one, but I’d bet you can’t put it into words. Most developers use objects so frequently that they never stop to think about this basic issue. An object is represented differently in almost every language, and JavaScript is a little different from all the others.
Objects in JavaScript are associative arrays (such as in Perl). This opens up a number of powerful techniques to the daring JavaScript programmer. You are daring, aren’t you? Read What’s an Object »