๐Ÿ“˜Object.defineProperty()

JS โŸฉ value โŸฉ object โŸฉ property โŸฉ update โŸฉ Object.defineProperty()

  • when creating a new property, the omitted attributes are false by default.

  • when modifying an existing property, the omitted attributes are left unchanged.

Last updated

Was this helpful?