New Perspectives JavaScript and Ajax 2nd Edition

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

Tutorial 02

Learned to work with date objects, math functions, and timed commands to create a countdown clock.

Session 2.1 created event handlers that allow you to run functions in response to particular events occurring within a web page and browser.  Set values of fields within a Web form.  Introduced the date object and discussed how to work with properties and methods of date in order to display a specified date in a Web form.

Session 2.2 discussed how to work with numeric values in JavaScript.  Also covered how to use comparison operators to apply different possible values to a single variable.  Discussed timed commands which run a function at a specified time interval.

Tutorial

Case Study

Code Solution

Tutorial 02

Working with Operators and Expressions