JavaScript Event loop
To understand event loop, first we need to understand how a Call Stack works.
Now that we understand Call Stack, we can move to event loop.
Event loop is an endless loop. Whenever the Call Stack is empty, the event loop pushes the oldest task in the ...
shreyanshgupta.hashnode.dev1 min read