WDV221 Intro Javascript

Skill Test - Finish High-Low Game

High Low Game

Result!

Instructions:

  1. Complete the highLowGame function to play the game.
  2. Change the function to include a guess counter. Display the number of guesses each time.
  3. Change the background color of the Result area to light blue for a correct answer.
  4. If the user takes more than 4 guesses, change the background of the guess counter display to light red.
  5. Change the reset function to reset the presentation changes.