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
- Create an HTML page
- Add JavaScript that includes a prompt for a value from the user, e.g. "What is your favorite flavor of ice cream?"
- Use any form of an if statement (if/else/else if) to respond to this user input
- Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/16
- First, do the basic assignment: Then:
- Add another prompt for a different value from the user
- Use a switch statement with at least 3 cases to respond to this user input.
- Upload your page to the web, and post the URL in the Completed Assignments discussion by Sunday 8/16