Synchronous vs Asynchronous JS
JavaScript is single-threaded. That sounds technical, but it simply means: it can only do one thing at a time.
If JavaScript only does one thing at a time, how does it handle loading tweets, playing a
javascript-journey-by-navdeep.hashnode.dev5 min read