We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c760be + 567d911 commit ca17a69Copy full SHA for ca17a69
1-js/05-data-types/08-weakmap-weakset/article.md
@@ -30,7 +30,8 @@ let array = [ john ];
30
john = null; // overwrite the reference
31
32
*!*
33
-// john is stored inside the array, so it won't be garbage-collected
+// the object previously referenced by john is stored inside the array
34
+// therefore it won't be garbage-collected
35
// we can get it as array[0]
36
*/!*
37
```
0 commit comments