Async/Await in JavaScript: Writing Cleaner Asynchronous Code
Promises solved callback hell. Async/await made promises look like normal code.
The Problem That Needed Solving
If you've read about callbacks and promises, you know the story. JavaScript is single-
web-dev-articles.hashnode.dev10 min read