Why JavaScript Doesn’t Wait (Async vs Sync JS Explained) ?
Javascript is single threaded by nature but it executes
API calls parallely
Timers executions after delays
UI does not freezes
All of this happened because of asynchronous Javascript.
What is Sy
sync-async-js-explained.hashnode.dev2 min read