You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve description of the defineProperty() method (mdn#20002)
* improve description of the defineProperty() method
values added using Object.defineProperty() is not by default immutable, it depends on the value itself.
* improve description of the defineProperty() method
values added using Object.defineProperty() is not by default immutable, it depends on the value itself.
* make defineProperty method's description more comprehensive
* Update index.md
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
0 commit comments