Memory
Causes of Memory Leaks
What are memory leaks?
Common causes
// When this function finishes running, it can't garbage collect
// because `bar` is in the global scope
function foo() {
bar = "This variable gets assigned all the way in the global scope";
}Chrome Task Manager & Snapshots
Chrome Task Manager
Snapshots
Last updated