JavaScript: Memory Leak Patterns

Memory is an essential part of any application irrespective of the technology behind the scene. In particular with JavaScript it becomes more crucial as the browser handles the memory management for JavaScript application and we don’t have a full stack power of machine.