
JSJ 471: Things Every JavaScript Developer Must Know - Part 3
JavaScript Jabber
00:00
JavaScript Leaks Memory
It is still possible in JavaScript to leak memory. If you don't have an understanding of the concept of garbage collection, then you won't understand maybe even the concept of what is a memory leak. The takeaway would be use streams, if you're using files that are long-living objects and short-lived objects. It's interesting, I think it helps you become a more seasoned developer by knowing how these things work.
Play episode from 27:25
Transcript


