Javascript: The Missing Manual

Using Variables to Create Messages
Storing Strings in variables and then concatenating them when printing.
Asking for Information
Using an alert to gather information, then store it in a variable and spitting it out.
Writing to a Web Page Using Arrays
Using arrays to store information.