Before understanding how async await works, and how to use it, it’s important for us to understand promises in Javascript. Lucky for you, I have a quick guide on promises, so see you in a bit https://blog.devgenius.io/promises-in-javascript-606ce34e2cf1.
Welcome back!, now that we understand what promises are, it’s time to understand what…