JavaScript objects and properties

The key to understanding JavaScript is learning the structure of its objects. Most JavaScript functionality is contained in objects. The objects contain methods, parameters, and events. Each object may contain a set of properties that more closely define the object. The syntax you use to call methods and properties is: Object.method or Object.property.

For more information about JavaScript objects and properties refer to the Details of the Object Model section in :

http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide