Your Fortune Will Go Here
Problem
The problem with the fortune app was that we wanted a way to get all the different “cookie” choices and pick one randomly to show.
Solution
To fix this we used an array and put all the fortunes in it and made a function that randomly picked one.
Objecive
The objective was to practice using arrays and functions that do things at random.