RSRitu Soodinjs-basics-series.hashnode.dev·Mar 26 · 5 min readSynchronous vs Asynchronous JavaScript Understanding Blocking and Non-Blocking Code JavaScript can run code in two different ways: Synchronous Asynchronous If you understand this topic well, then concepts like: callbacks promises as00