We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b5780 commit 0e47678Copy full SHA for 0e47678
1-js/08-prototypes/04-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 [](info:property-descriptors) for review.
+See the chapter [](info:property-descriptors) for review.
0 commit comments