Update 'rps.js'
This commit is contained in:
parent
b6f7939715
commit
74d5d4d6d9
1 changed files with 1 additions and 1 deletions
2
rps.js
2
rps.js
|
@ -40,5 +40,5 @@ function playRPS() {
|
||||||
console.log(`Winner: ${winner}`);
|
console.log(`Winner: ${winner}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Play the game twice
|
// Play the game twice (once per player)
|
||||||
playRPS();
|
playRPS();
|
||||||
|
|
Loading…
Reference in a new issue