Predefined Classes and Objects
Join the Discussion
The following are predefined classes and objects in Javascript.
|
All objects in Javascript inherit common Properties and Methods from the Object class. Those properties and methods are common to all objects.
The above list shows the correct capitalization of the classes (with a capital) and objects (without a capital). You should use the capitalization as shown when referencing these classes and objects. All variations of the words should be avoided though regardless of capitalization as some browsers ignore capitalization.

