Hour 2. Creating Simple Scripts
What You'll Learn in This Hour:
|
As you learned in Hour 1, "Understanding JavaScript," JavaScript is a scripting language for web pages. You can include JavaScript commands directly in the HTML document, and the script will be executed when the page is viewed in a browser.
During this hour, you will create a simple script, edit it, and test it using a web browser. Along the way you'll learn the basic tasks involved in creating and using scripts.
|