Async/Await in JavaScript: Writing Cleaner Asynchronous Code
If you have been learning JavaScript, you probably already know about Promises. Promises are a great way to handle tasks that take time, like getting data from the internet. We use .then() and .catch(
maiamansingh.hashnode.dev4 min read