Async/Await in JavaScript
Before async/await, JavaScript used to write asynchronous code using callbacks and promises. You can take async/await as a syntactical sugar over the promises. The need to introduce async/await was be
aksh27.hashnode.dev2 min read