About Objects

An object is like a variable: an object stores information.

An object can also store functions.

Objects built into the JavaScript language:

JS String
JS Date
JS Array
JS Boolean
JS Math
JS RegExp

See JavaScript Objects.

You can also create your own custom objects.

See also object literals.