JavaScript Call stack and Event loop
In this article, we will try to understand how javascript executes asynchronous code and the different concepts associated with it.
Async javascript
Javascript is a single-threaded language at runtime which means only one thing can happen at a time. ...
mahimacoding.hashnode.dev5 min read
Rajashree Parhi
I am a Software Engineer
well written!