back


Intro to JavaScript
Study the source code for each of these examples. Use Internet Explorer instead of Netscape.

Example 1: Using document.write
Example 2: Adding HTML tags
Example 3: Declaring a variable
Example 4: Adding a Table
Example 5: Calling a variable into the Table
Example 6: Creating an Array

JavaScript Assignment #1

  1. Create nine variables
  2. Display the variables in a table consisting of three rows with three cells in each row


JavaScript Assignment #2

  1. Create an array of nine names
  2. Display each member of the array on separate lines