What is the purpose of JavaScript's garbage collector?
Manages CPU usage
Frees memory of unused variables
Automatically removes unreferenced objects to free memory
Stops memory leaks
This question is part of this quiz :
JavaScript Testing And Optimization