Update solution.md
This commit is contained in:
parent
afc268cca0
commit
b180a943ba
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue