Event loop and Call stack in JavaScript
Event Loop is a confusing enough topic to beginners and is often misunderstood. Here I am going to explain some terms so that you can better understand how things work and what the Event loop is.
Introduction
We hear all the time that JavaScript is ...
jeetsdev.hashnode.dev3 min read