JavaScript ========== JavaScript is the standard programming language of the client-side web. While browsers have standardised their JavaScript engine implementations quite well, they tend to lag behind the language specification somewhat. When it comes to building complex client-side applications, we will thus see that frequently we use a compiler to transform cutting-edge JavaScript into the version that is understood by the browser. Loading JavaScript ------------------ JavaScript is loaded into the HTML file via the :code:`