This article does a really poor job explaining what memory leak is and barely even mentions JS specific pitfalls (what could be expected by reading a title).
A toddlers guide to memory leaks in JavaScript
11–12 of 12 posts
Re: A toddlers guide to memory leaks in JavaScript
#12This article does a really poor job explaining what memory leak is and barely even mentions JS specific pitfalls (what could be expected by reading a title).
It is called toddlers guide for a reason. It’s meant to be a very gental introduction and I try to avoid going knees deep into the topic.
There are references to other great articles which tell you about pitfalls.