Async/Await in JavaScript
We use the then() and catch() method to handle promises. But we have another way of handling promises and that is async/await. Sometimes, using too many then() and catch() creates messy and unreadable code. async/await is just a more elegant way of h...
bobby-sadhwani.hashnode.dev2 min read