JavaScript is THE scripting language of the Web

: Go to view source on the web page so you can get a copy of the code. Step 2: Pull the JavaScript code out and save to a file called 1-1.js. Step 3: Change the tags for the JavaScript in the web page so it loads your 1-1.js file. Make sure you remove all the JavaScript code that was there before. Declaring Variables in JavaScript. var ... ................
................