Garbage collection
In other words, garbage collection is the process of removing any objects which are not being used by any other objects. Often abbreviated "GC," garbage collection is a fundamental component of the memory management system used by JavaScript .
See also
- Memory management on Wikipedia
- Garbage collection (computer science) on Wikipedia
- Garbage collection in the datarist JavaScript guide.
- Memory management in JavaScript