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 cb62d6d commit a39f437Copy full SHA for a39f437
1-js/05-data-types/08-weakmap-weakset/article.md
@@ -30,7 +30,7 @@ let array = [ john ];
30
john = null; // overwrite the reference
31
32
*!*
33
-// the object previously referenced by john is stored inside the array
+// 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
*/!*
0 commit comments