Event Loop, Single Thread, Async JS, Task Queue and more...
*Note: Explanations in this article are made in the context of the Chrome Browser.
👋Hello there! You might have heard that JavaScript can only do one thing at a time. But with all the async stuff Javascript lets us do these days - like callbacks, ne...
debarshiraj.hashnode.dev6 min read
Abhay Singh Rathore
Insightful and clear explanation of the complex workings of JavaScript's event loop and async behavior.