Async Code in Node.js: Callbacks and Promises
Why does the Asynchronous code Exists?
The best word statement that clarifies this question is the
JavaScript is single Threaded and the Internet is slow.
So , for example if there is a API call to
javascript-insights-by-rohit.hashnode.dev6 min read