Twój koszyk jest pusty!
ZAMKNIJ
function playGame(userChoice) { const choices = ["rock", "paper", "scissors"]; const computerChoice = choices[Math.floor(Math.random() * choices.length)];
function playGame(userChoice) { const choices = ["rock", "paper", "scissors"]; const computerChoice = choices[Math.floor(Math.random() * choices.length)];