Async Code in NodeJS
1. Why async code exists in Node.js
Imagine you ask Node.js to read a file from your disk. That file could be small — or it could be 200MB. Either way, reading it takes time. And while Node.js is wait
javascript-journey-by-navdeep.hashnode.dev3 min read