WDV221 Intro Javascript

Skill Test - Finish High-Low Game

High Low Game

Result!

Number of attempts

Instructions:

1. Complete the highLowGame function to play the game.

2. Change the function to include a guess counter. Display the number of attempts each time.

3. Change the background color of the Result area to light blue for a correct answer.

4. If the users takes more than 4 attempts change the background of the guess counter display to light red.

5. Change the reset function to reset the presentation changes.