Skip to content

Jordan Bobadilla & Shoaib Dar#56

Open
jordanbobadilla wants to merge 2 commits into
joinpursuit:mainfrom
jordanbobadilla:main
Open

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

Conversation

@jordanbobadilla

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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