Common Object Properties and Methods
Join the Discussion
All of the different objects that you can define in Javascript are derived from the Object class. This means that the following properties and methods exist for every object in Javascript.
Properties
Methods
The above list shows the correct capitalization of the properties and methods. You should use the capitalization as shown when referencing these properties and methods. All variations of the words should be avoided though regardless of capitalization as some browsers ignore capitalization.

