Java Script Syntax - Objects

For convenience, types are normally subdivided into primitives and objects. Objects are entities that have an identity (they are only equal to themselves) and that map property names to values ("slots" in prototype-based programming terminology). Objects may be thought of as associative arrays or hashes, and are often implemented using these data structures. However, objects have additional features, such as a prototype chain, which ordinary associative arrays do not have.

JavaScript has several kinds of built-in objects, namely Array, Boolean, Date, Function, Math, Number, Object, RegExp and String. Other objects are "host objects", defined not by the language but by the runtime environment. For example, in a browser, typical host objects belong to the DOM (window, form, links, etc.).

Read more about this topic:  Java Script Syntax

Famous quotes containing the word objects:

    I stand in the sunny noon of life. Objects no longer glitter in the dews of morning, neither are yet softened by the shadows of evening.
    Margaret Fuller (1810–1850)

    Consciousness, we shall find, is reducible to relations between objects, and objects we shall find to be reducible to relations between different states of consciousness; and neither point of view is more nearly ultimate than the other.
    —T.S. (Thomas Stearns)

    We are thus assisted by natural objects in the expression of particular meanings. But how great a language to convey such pepper-corn informations!
    Ralph Waldo Emerson (1803–1882)