Write a page or pages that include:

Problem #1: Use 6 different events (use one that I did not talk about).
Extra credit if you experiment with the onFocus that did not work in class.

Problem #2: Code a simple if with one else and have multiple things done if true and multiple things if not true.

Problem #3: Use a nested if (an if within an if).

Problem #4: Experiment with getYear() and getFullYear. Show the results and explain.