Color Guessing Game

This is a practice application for a class that I am taking.

I will generate a random color from a pre-defined array of colors and you will guess which one got selected.

The randomly generated color is displayed in the console.

There will be different types of output based on whether it matches or not.

After you guess the correct color, the background of the main page will turn that color.

The interaction is all within an alert box.