These buttons will change to a random color when clicked. If clicked again, it will go back to its original color.
Objective
To create an interactive web page with random and controlled functions.
Problem
The interaction needed to have different paths based on the current state of the object.
Solution
I used an "if/else" statement in my code.