An ECMAScript 5 method that defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
An ECMAScript 5 method that defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
Object.defineProperty(obj, prop, descriptor)