GUESS A NUMBER GAME: This is a simple JavaScript game where a user can guess a number between 1 and 100
- This game tells you whether your guess is low or high compared to the generated random number
- This game gives you a chance to guess 10 times; if not arrived to the right number, the game is over
- when you arrived to the right number before guess 10 times, it gives congratulations
- it gives you the option of playing again after winning or losing the game