diff --git a/rps.js b/rps.js index 089bfe7..00c3610 100644 --- a/rps.js +++ b/rps.js @@ -40,5 +40,5 @@ function playRPS() { console.log(`Winner: ${winner}`); } -// Play the game twice +// Play the game twice (once per player) playRPS();