Async/Await in JavaScript: Writing Cleaner Asynchronous Code
JavaScript is asynchronous by nature. Things like fetching data from an API, reading files, or waiting on a database don't happen instantly and your code needs a way to deal with that delay without fr
async-await-in-javascript-by-koushik.hashnode.dev5 min read