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:

    There is a very remarkable inclination in human nature to bestow on external objects the same emotions which it observes in itself, and to find every where those ideas which are most present to it.
    David Hume (1711–1776)

    I do not know that I meet, in any of my Walks, Objects which move both my Spleen and Laughter so effectually, as those Young Fellows ... who rise early for no other Purpose but to publish their Laziness.
    Richard Steele (1672–1729)

    I was afraid that by observing objects with my eyes and trying to comprehend them with each of my other senses I might blind my soul altogether.
    Socrates (469–399 B.C.)