NodeJS Event Loop
Asynchronous Programming in JavaScript
Although JavaScript find its usage in web, mobile and desktop applications, it's important to remember that JavaScript is a synchronous, blocking, single-threaded language. Let's understand it with a short code....
full-stack-web-development.hashnode.dev12 min read