restructured
This commit is contained in:
parent
9b71a42554
commit
7f9ad7d09a
@ -7,7 +7,7 @@ while (!correct) {
|
||||
guess = Number(guess);
|
||||
if (guess === ranNumber) {
|
||||
correct = true;
|
||||
console.log("You got it " + ranNumber)
|
||||
console.log("You got it " + ranNumber);
|
||||
} else if (guess > ranNumber) {
|
||||
console.log("Too high");
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user