Create the source file for your new Client Script
Create a new JavaScript file using your favorite editor or IDE
Add the following source code to your file (original source here)
define([], function () {
/**
* A simple "Hello, World!" example of a Client Script. U...