Rock, Paper, Scissors in JavaScript
You were unable to see the issue most likely due to poor indentation of your code. Properly indented the issue is clear: Your if (choice1 === “scissors”) { is within if (choice1 === “paper”) {. The code within will never be reached.