"Guess the Number" is a number game built with JavaScript
Gusse a random number between 1 and 100
- if the number is guessed correctly, the game ends and the score is displayed
- if the number is not guessed correctly, the game continues and the user is prompted to guess again
- the user is allowed to guess
5unlimited times - the users also get hints on whether they are too high or too low.