- Memory
- Functions
- JavaScript
Closures and Memory Leaks in JavaScript
Although closures are a powerful tool, they can sometimes cause memory leaks.
2 min read
AKAram Khachatryan
150
Everything I have written, newest first.
119 articles
Although closures are a powerful tool, they can sometimes cause memory leaks.
Closure is a very important and powerful concept in JavaScript.
this and bind/apply/call methods in object context in JavaScript
Object property descriptors in JavaScript (writable, enumerable, configurable)
Different ways to create objects in JavaScript
Object.create() vs class syntax in JavaScript
Mutable and Immutable Array Methods in JavaScript — What's the Difference?
Array Iteration Performance in JavaScript — Which Method is Fastest?
Custom methods for arrays (Array.prototype override)