JavaScript and memory leaks

JavaScript and memory leaks If you're not careful, your JavaScript code may leak memory and sometimes even bring the visitor's browser to its knees. This tutorial looks at different leak patterns in JavaScript and how to fix them. [ Full Article]