Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edward's RPS project #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Edward's RPS project #12

wants to merge 1 commit into from

Conversation

EdwardPersaud
Copy link

note from chris k - file structure got messed up so we quickly dumped the files into the "real_code" directory

return "The result is a tie!";
};
if(choice2 === "scissors") {
return "scissors wins";
Copy link
Member

Choose a reason for hiding this comment

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

Whenever you return from a function, that means the code following it will never get executed 🐼

Copy link
Member

Choose a reason for hiding this comment

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

regardless, the code in this code block needs to be indented.

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.

2 participants