One of these things is not like the other Lab One of these things is not like the other CSC 343 (Blum)
Make a page like the one shown below.
The game In the game, two of the items in a row have something in common, and the third item is different. The user is to click on his or her guess. The page should indicate whether the choice is correct in two ways: an alert box saying correct or incorrect and color (my version uses white for correct and red for incorrect.)
Incorrect Example Part 1: Message
Incorrect Example Part 2: Color
Correct Example Part 1: Message
Correct Example Part 2: Color
The One-Function Challenge: Try to write your code using one function. Mine had three arguments: The id of the cell containing the image clicked, so I could change its color. The RGB code of the color I wanted the cell to turn. The word ‘correct’ or ‘incorrect’ as the case may be.