The Journey of an Asynchronous Call in JavaScript
Synchronous operations in JavaScript
In JavaScript, when few synchronous operations are executed, each one of them needs to wait until the operation before it is completed. This means, an operation needs to wait however long the previous operation(s)...
manmodesanket.hashnode.dev2 min read