Week 1

Week 2

Week 3

Week 4

Week 5

Week 6

Week 7

Week 8

Final Project

Homework Assignment Week 3

Prompt user for their name and age when the web page loads. Place the values into their own separate variables. Then use conditional statements to determine if they are old enough to drive. (the legal age is 16). Validate the age to make sure the user has entered a number. Finally, use the alert() function to display a message containing their name and whether or not they are old enough to drive. Use an external .js file.