Async/Await in Javascript
What is synchronous JavaScript?
In a synchronous system, tasks are completed one after another. Think if you have only one hand and you need to complete 10 assignments So, you have to complete one assignment at a time.
Well, JavaScript is by default ...
twinkalp10.hashnode.dev4 min read