Your fortune goes here
Objective: To create a fortune telling machine
Problem: It needed to generate a random fortune.
Solution: I added a little bit of Javascript code to the button to generate a random number between 0 and the amount of fortunes-1, then it changes the text to the fortune corresponding to the generated number.