You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ecmascript 5
About this tag
EcmaScript 5 is an object-based scripting language standard where programs consist of communicating objects. Each object has properties with attributes like Writable that control usage. Properties can hold other objects, primitive values (Undefined, Null, Boolean, Number, String), or functions. This tag covers discussions about the ECMAScript 5 specification, including its object model, property attributes, and primitive types. Topics may include how the language defines objects and properties, and how these features are implemented in JavaScript environments.
ECMAScript is object-based: basic language and host facilities are provided by objects, and an ECMAScript program is a cluster of communicating objects. An ECMAScript object is a collection of properties each with zero or more attributes that determine how each property can be used—for example...