Reading Assignments in Wilton, 3rd Editon, for Lesson 3


Week 3 - Basic Assignment

  1. Create an HTML page
  2. Add JavaScript to create an array of at least 5 items.
  3. Create a loop that displays each of the array items, one at a time - however, do not use a for/in loop to do this. HINT: You'll need to use the array index.
  4. Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/23