📘Object.defineProperty()

JSvalueobjectpropertyupdate ⟩ 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?