Update solution.md

This commit is contained in:
Ilya Kantor 2019-02-21 18:53:15 +03:00 committed by GitHub
parent afc268cca0
commit b180a943ba
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 on [Property flags and descriptors](http://javascript.info/property-descriptors) for review.
See the the chapter [](info:property-descriptors) for review.