Reference Part 2
Reference Part 2
Memory leaks
Although the garbage collection is effective, the developers
should not be under the impression that they need not worry
about memory management. Managing memory is a complex
procedure and which piece of memory is not required cannot be
decided by an algorithm.
Stack Overflow
Conclusion
There is still a lot that goes in making a programming language
and the implementations keep changing over the years. I hope
that these two blogs have helped you in becoming a better JS
programmer and embrace the weird parts of JS. You should be
now comfortable with jargons like ‘V8’, ‘event loop’, ‘call stack’,
etc.