We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2a76a commit d6ef24fCopy full SHA for d6ef24f
1-js/07-object-properties/01-property-descriptors/article.md
@@ -316,6 +316,7 @@ There are also methods that limit access to the *whole* object:
316
317
[Object.freeze(obj)](mdn:js/Object/freeze)
318
: Forbids adding/removing/changing of properties. Sets `configurable: false, writable: false` for all existing properties.
319
+
320
And also there are tests for them:
321
322
[Object.isExtensible(obj)](mdn:js/Object/isExtensible)
0 commit comments