store vs keeps stored
This commit is contained in:
parent
7b76185892
commit
8b7bf10143
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# WeakMap and WeakSet
|
# WeakMap and WeakSet
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
For instance:
|
For instance:
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue