1. Use jQuery to select the button with the same id as the randomChosenColour

2. Use Google/Stackoverflow to figure out how you can use jQuery to animate a flash to the button selected in step 1.

You should end up with an effect like this:

3. Use Google/Stackoverflow to figure out how you can use Javascript to play the sound for the button colour selected in step 1.

Note: If you need any hints, try scrolling down. 👇





















Hint 1. Remember that to select ids with jQuery you need the "#" symbol.

https://api.jquery.com/id-selector/

Hint 2. https://www.google.co.uk/search?q=animate+flash+jQuery

Hint 3. https://www.google.co.uk/search?q=play+sound+javascript