DEV Community

Discussion on: Number Guessing Game

Collapse
 
grahamthedev profile image
GrahamTheDev • Edited

correct guess was 78

I think there may be something not quite right with your code (randomNumber = Math.floor(Math.random() * 100) + 1;)! The number was 78 🤣

Other than that, fun little game!

Collapse
 
dudeactual profile image
masspopcorn

Oops! Thanks