Async Code in Node.js: Callbacks and Promises
When you first start writing JavaScript for the backend, you quickly encounter a very specific way of writing code. You find yourself passing functions into other functions, or chaining methods like .
purakhnath-jyani.hashnode.dev7 min read