Reading assignments in Wilton, 3rd Editon, for Lesson 2

  • Ch 2: pp 45-54
  • Ch 3: pp 63-92
  • Ch 4: pp 121-122 ("The lower case() and upper case() Methods")


Lab

Week 2 - Basic Assignment

  1. Create an HTML page
  2. Add JavaScript that includes a prompt for a value from the user, e.g. "What is your favorite flavor of ice cream?"
  3. Use any form of an if statement (if/else/else if) to respond to this user input
  4. Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/16

Week 2 - Advanced Assignment

  1. First, do the basic assignment: Then:
  2. Add another prompt for a different value from the user
  3. Use a switch statement with at least 3 cases to respond to this user input.
  4. Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/16