Skip to content

Commit b180a94

Browse files
authored
Update solution.md
1 parent afc268c commit b180a94

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/06-prototype-methods/2-dictionary-tostring

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/06-prototype-methods/2-dictionary-tostring/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ alert(dictionary); // "apple,__proto__"
2828

2929
When we create a property using a descriptor, its flags are `false` by default. So in the code above, `dictionary.toString` is non-enumerable.
3030

31-
See the the chapter on [Property flags and descriptors](http://javascript.info/property-descriptors) for review.
31+
See the the chapter [](info:property-descriptors) for review.

0 commit comments

Comments
 (0)