This commit is contained in:
Lavrentiy Rubtsov 2022-05-04 01:18:30 +06:00 committed by GitHub
parent 87b5780c79
commit 0e4767832b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,4 +28,4 @@ alert(dictionary); // "apple,__proto__"
When we create a property using a descriptor, its flags are `false` by default. So in the code above, `dictionary.toString` is non-enumerable.
See the the chapter [](info:property-descriptors) for review.
See the chapter [](info:property-descriptors) for review.