Asynchronous Javascript - Async/Await
Introduction
To understand async/await first let's take a step back and discuss a bit how JavaScript works. As you might have been aware JavaScript runs your code synchronously, meaning that it can only run one piece of code at a time and it must wai...
premkantikarblog.netlify.app3 min read
John Tarus
Frontend developer
nice piece