Event Loop 101
JavaScript is a single-threaded language model although you may be heard of worker threads in NodeJS .
Introduction:
But its application execution is a single thread. That means if you load a page in a browser and this page executes some computatio...
pritom.hashnode.dev3 min read