New Perspectives JavaScript and Ajax 2nd Edition

If you don't like the road you're on, pave a new one.

Tutorial 1 Programming with JavaScript

In this tutorial learned how to create and run Web page programs written in JavaScript. 

Session 1.1 Learned the history of JS and how it compares to Java.  Learned how to create a script element and how to use JS to write text to a Web document.

Session 1.2 learned to create and use variables and how to write and call a JS function

Session 1.3 taught how to access code in external JS files and how to document code with comments. 

Tutorial concluded with a discussion of common scripting errors and an overview of tools and techniques to use to ensure code is error free.

To return from the examples below you must use the back button of your browser

Tutorial

Case Study

Code Solution

Tutorial Summary