Synchronous JavaScript vs Asynchronous JavaScript ?
If you are a beginner, then I bet that you must be confused whenever you encountered the term Synchronous or Asynchronous. What the hell is this? Is our JavaScript Synchronous or Asynchronous ? Don't worry, we'll see all our doubts here and after rea...
ravirathore.hashnode.dev3 min read
Joel Jacob
Wow that was an awesome explanation but the example you have explained is it really asynchrounous ?? I have seen async keyword being used ?? Is it the other way of doing it??