What exactly is Event Loop!
You might have heard that Javascript is a synchronous single-threaded language, but it is also a combination of Synchronous and Asynchronous events.
What does this mean exactly?
Let's start with the basics of how code gets executed synchronously insi...
aniketparihar.hashnode.dev5 min read