Update 101-garbage-collection.md (#1751)
* Update 101-garbage-collection.md * Update content/roadmaps/106-javascript/content/116-javascript-memory-management/101-garbage-collection.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1763/head
parent
1ee1237851
commit
7d95e1ce08
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Garbage collection |
||||
# Garbage Collection |
||||
|
||||
Memory management in JavaScript is performed automatically and invisibly to us. We create primitives, objects, functions… All that takes memory. The main concept of memory management in JavaScript is reachability. |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://javascript.info/garbage-collection'>JavaScript Garbage Collection</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management'>Memory Management in JavaScript</BadgeLink> |
||||
|
Loading…
Reference in new issue