Update 'rps.js'

This commit is contained in:
nodemixaholic 2024-03-05 17:01:36 +00:00
parent b6f7939715
commit 74d5d4d6d9

2
rps.js
View file

@ -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();