Async JavaScript in Node.js — Callbacks, Callback Hell, and Promises
Node.js does something that surprises most developers coming from other languages.
When you ask it to read a file, it doesn't wait. It registers what to do when the file is ready, moves on to the next
blog-about-web-dev.hashnode.dev13 min read