When you’re building web apps, however, you don’t just write isolated JavaScript code that runs on its own. The JavaScript you write is interacting with the environment. Understanding this environment, how it works and what it is composed of will allow you to build better apps and be well-prepared for potential issues that might arise once your apps are released into the wild.
-
-
Asynchronous vs Deferred JavaScript
Original post: https://bitsofco.de/async-vs-defer/