Please note - all script results will be this color
Task 1:
Write a function that will display a result to the page. Invoke (or call) the function so it performs it's intended task. Do not use an event handler to call this function. Invoke it from your "main" code
Task 2:
My function will decide if your favorite holiday is the same as mine.
Task 3:
Use a form to gather user input. Ask your user a question and write a function that will process their answer and display something. Use either an else if statement or a switch statement to achieve this.