We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dbc30 commit 42a7d9cCopy full SHA for 42a7d9c
3-conditionals/17-rock-paper-scissors.js
@@ -5,7 +5,7 @@
5
// 1 = Paper
6
// 2 = Scissors
7
8
-const player = 3;
+const player = 2;
9
const computer = Math.floor(Math.random() * 3);
10
11
if (player === 0) {
0 commit comments