We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc268c commit b180a94Copy full SHA for b180a94
1-js/07-object-oriented-programming/06-prototype-methods/2-dictionary-tostring/solution.md
@@ -28,4 +28,4 @@ alert(dictionary); // "apple,__proto__"
28
29
When we create a property using a descriptor, its flags are `false` by default. So in the code above, `dictionary.toString` is non-enumerable.
30
31
-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.
0 commit comments