If / Else test page
This page tests your use of if/else statements
Each time the page loads, you will be provided with 1 of 5 numbers
You will also be provided with 5 buttons.
Write a script that will click on the button with an id equal to the randomly chosen number
You will have to use an if statment to decide which button to click
You can also use a switch statement !