Understanding Series

Working with JavaScript objects

Topic status automatically displays here - do not remove.

Bookmark me!Bookmark this topic  Print me!Print this topic

By Colin Ramsden, September 2008.

JavaScript objects

JavaScript (JS) objects are the fundamental building block for JS scripting. .

JS objects are explicitly declared using the "new" keyword, followed by the JS "Object()" prototype declaration, and are assigned and stored within a JS variable:

var objVar = new Object();

JS objects can also ... :

;

 

 

Who am I? > find out more

 


See Also

Jump to site home page Lotech Solutions' Tips, Tricks, and Procedures

Back to Top