We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b76185 + 8b7bf10 commit 9e52cf3Copy full SHA for 9e52cf3
1-js/05-data-types/08-weakmap-weakset/article.md
@@ -1,6 +1,6 @@
1
# WeakMap and WeakSet
2
3
-As we know from the chapter <info:garbage-collection>, JavaScript engine stores a value in memory while it is reachable (and can potentially be used).
+As we know from the chapter <info:garbage-collection>, JavaScript engine keeps a value in memory while it is "reachable" and can potentially be used.
4
5
For instance:
6
```js
0 commit comments