Reading Assignments in Wilton, 3rd Editon, for Lesson 3
- Ch 2: pp 49-58, 61-62
- Ch 3: pp 92-97, pp 100-102
- Ch 4: pp 105-107, 109-110, 122-129, 130-137
Week 3 - Basic Assignment
- Create an HTML page
- Add JavaScript to create an array of at least 5 items.
- 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.
- Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/23