closes #1327
This commit is contained in:
parent
ac2a76ae80
commit
d6ef24f45d
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ There are also methods that limit access to the *whole* object:
|
||||||
|
|
||||||
[Object.freeze(obj)](mdn:js/Object/freeze)
|
[Object.freeze(obj)](mdn:js/Object/freeze)
|
||||||
: Forbids adding/removing/changing of properties. Sets `configurable: false, writable: false` for all existing properties.
|
: Forbids adding/removing/changing of properties. Sets `configurable: false, writable: false` for all existing properties.
|
||||||
|
|
||||||
And also there are tests for them:
|
And also there are tests for them:
|
||||||
|
|
||||||
[Object.isExtensible(obj)](mdn:js/Object/isExtensible)
|
[Object.isExtensible(obj)](mdn:js/Object/isExtensible)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue