WDV221 Intro Javascript
Skill Test - Finish High-Low Game
High Low Game
Input a number from 1-10:
Result!
Instructions:
Complete the highLowGame function to play the game.
Change the function to include a guess counter. Display the number of guesses each time.
Change the background color of the Result area to light blue for a correct answer.
If the user takes more than 4 guesses, change the background of the guess counter display to light red.
Change the reset function to reset the presentation changes.