Garbage Collection in JS
Feb 5, 2023 · 1 min read · In Javascript, garbage collection is not something that we ever have to think about. It does all the work behind the scenes, but it is always helpful to understand how our code works. In most programming languages, garbage collection is built-in. It'...
Join discussion

