Async/Await in JavaScript
Why async/await was introduced?
By default, JavaScript handles asynchronous operations using promises and callbacks. The problem arises when chaining multiple .then() which leads to Promise hell or th
siddhartha-here.hashnode.dev2 min read