Index Page

Chapter 2 Mathematical Calculation
A mathmatical calculation that takes the users choice and multiplies that given value by a set number to get a unique value for each choice
Chapter 3 if else of switch statement
A heading that changes its background color every half second by using a calculated number between 1 - 6. Then, if else statements will change the color based on the random number generated.
Chapter 5 image gallery
An image gallery that uses 5 different photos and displays them in order from 1 - 5 when clicking the right arrow and 5 - 1 when clicking the left arrow. Buttons to enlarge and decrease the photos are also present.
Chapter 6 form validation
A basic form that asks a user basic questions and checks for a response. Based on the response and if the user even gave a response, the javascript will give a different answer.
Chapter 7 calcualtion of time elapsed
A form that allows a user to choose the month, day, and year. After pressing the submit button a function is run and the given date is compared to the current date and the difference is outputed inside a paragraph.
Chapter 10 jQuery
A few event listeners were created using jQuery to change the styling of a paragraph. The events are triggered once the buttons to trigger them are clicked.