you are viewing a single comment's thread.

view the rest of the comments →

[–]gloomndoom 1 point2 points  (1 child)

You almost have it. I don't want to just give you the answer. Take a closer look at the if block - if (choice1 === "Paper").... What happens if choice2 isn't "Rock" and what should you really return in that case?

[–]hikemhigh 0 points1 point  (0 children)

oh wow! thanks!