Show a message when two or more random numbers match

Use JavaScript to show a message when some numbers match.

Now that your page has three different random numbers, sometimes they’ll match. Write some JavaScript that checks if any of numbers match.

Highlighting

Highlight the numbers that are the matching ones by

For adding and removing classes, have a look at:

Messaging

Display a message under the numbers that says

Add files and push them to GitHub

To add all the files that have changed at once, you can use:

git add .