1/*
2
3Add a Script
4
5Create a JS file in the web directory and add some functions to it.
6It calls the function from the global Window execution context.
7You can define a top level function, or define values directly on window.
8Make JS available
9globally via a script tag in the head of the HTML document.
10*/