Skip to content

Commit 42a7d9c

Browse files
authored
Update 17-rock-paper-scissors.js
1 parent 09dbc30 commit 42a7d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-conditionals/17-rock-paper-scissors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// 1 = Paper
66
// 2 = Scissors
77

8-
const player = 3;
8+
const player = 2;
99
const computer = Math.floor(Math.random() * 3);
1010

1111
if (player === 0) {

0 commit comments

Comments
 (0)