Fortune Cookie

Your fortune will go here

Objective

I had to create a simple program that would get a random fortune (or video game quote, in this case) from a list and then display it on the webpage whenever the box is clicked on.

Problem

The main issue here was figuring out how to identify something to click on other than the typical button.

Solution

I figured out how to add click detection to a div tag, and then I was set and it became only a matter of finding things to put in the text box.