Your Fortune For Today

Almost all good computer programs contain at least one random-number generator

Objective: Create an HTML webpage that gives out a random fortune every time you click the refresh button.

Problem: The webpage might give out the same fortune over and over again.

Solution: Add several other fortunes so that the webpage doesn’t give out the same fortunes every time you refresh the page.