
GUESSING GAME
The computer can guess the number using the randomNum function already provided in the jsbin. You need to PROMPT a player to guess a number between 1 and 100. Compare the user's number to the computer's number and PROMPT the user IF it is too high telling the user that it is too high and to try a lower number ELSE IF the number is too low tell the user that it is too low and to try a higher number ELSE CONFIRM they guessed it and tell them what the number was.