Synchronous vs Asynchronous JavaScript
When we write JavaScript most of the time code runs line by line.
One step after another.
Simple.
But in real apps things do not always happen instantly.
Sometimes you have to wait:
fetching data fro
blog.dhiraj.dev3 min read