Assignment 04 Exercises

1-5. See Canvas.

6. Modify Basic JS Object

Example answer here
Your answer here

7. Create Basic DOM Object

Example answer here
Your answer here

8. Create "totals" row and column in table

ItemPriceQty
Thingamabob1.001
Whachamacallit2.002
Doohickey3.003
Your answer here

9. Refactor a non-object-oriented form

Example answer here
Not object-oriented HTML form
First Name:
Last Name:
Email:
User Id:
Password:
Confirm Password:

10. Create a more object-oriented form

Example answer here
Object Oriented HTML form
Your answer here