Demonstration of different ways of loading a JavaScript file in HTML. A traditional solution consists in loading the JavaScript file at the end of the HTML document, but it diminishes performance by ...