Deep dive into the murky waters of script loading

In this article I’m going to teach you how to load some JavaScript in the browser and execute it.

.. Ok ok. If you want to load scripts in a way that doesn’t block rendering, doesn’t involve repetition, and has excellent browser support, here’s what I propose:

<script src="//other-domain.com/1.js"></script>
<script src="2.js"></script>

That. At the end of the body element