Object (Type)

A native built-in type.

Availability:

ECMAScript edition - 2

An Object is an unordered collection of properties. Each property consists of a name, a value and a set of attributes.

See also:Alias, Data Type, Definition, Internal Method, Internal Property, Object object, Property, Property attribute, Type

Cross-references:

ECMA 262 edition 2 - section - 8.6

ECMA 262 edition 3 - section - 8.6

Wrox Instant JavaScript - page - 28