Skip to content

Jordan Bobadilla & Shoaib Dar#56

Open
jordanbobadilla wants to merge 2 commits intojoinpursuit:mainfrom
jordanbobadilla:main
Open

Jordan Bobadilla & Shoaib Dar#56
jordanbobadilla wants to merge 2 commits intojoinpursuit:mainfrom
jordanbobadilla:main

Conversation

@jordanbobadilla
Copy link

We did everything in Shoaib's repo because a had a broken test. I will be trying to fix it.

let args = process.argv.slice(2);
let guessCount = args[0];
let min = args[1];
let max = args[2];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have these variables that you never use throughout the rest of the code. You should delete anything you don't use

quitGame();
}
} else if (input < randomNumber) {
console.log("You guess is too low ")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that you gave the user this hint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments