Asynchronous JavaScript
Imagine you are working on a project and you write some request which takes time to load,
So as per convention JavaScript should wait until the request is responded.
But here is a catch, while request is loading JavaScript interpreter will not sit id...
devwithavatar.hashnode.dev3 min read