remove cut
This commit is contained in:
parent
37f1936622
commit
be007e78ef
99 changed files with 0 additions and 198 deletions
|
@ -4,8 +4,6 @@ Memory management in JavaScript is performed automatically and invisibly to us.
|
|||
|
||||
What happens when something is not needed any more? How does the JavaScript engine discover it and clean it up?
|
||||
|
||||
[cut]
|
||||
|
||||
## Reachability
|
||||
|
||||
The main concept of memory management in JavaScript is *reachability*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue