Merge pull request #2578 from joaquinelio/patch-15
store vs keeps stored
This commit is contained in:
commit
9e52cf3e14
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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:
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue