This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Dusty_Chief
over 8 years

Build, rock, paper & scissors 4/9

I’m not sure what i did wrong? var userChoice = prompt (“Do you choose rock, paper or scissors?”); var computerChoice = Math.random(); console.log (computerChoice) var if (computerChoice <= 1/3) { return computerChoice = “rock”; }else{ if (computerChoice <= 2/3) { return computerChoice = “paper”; }else{ (if computerChoice <= 3/3) { return computerChoice = “scissors”; };