Object.defineProperty()
The static method Object.defineProperty()
defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
Last updated
The static method Object.defineProperty()
defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
Last updated