Ways to make Javascript code Asynchronous
Before going deep into the core of the JavaScript runtime and how async code tasks are run behind the scenes, let’s get the basics clear. JavaScript is a single-threaded language. This means it has only one call stack and one memory heap. Hence, it c...
how-javascript-code-executed.hashnode.dev3 min read