Home > OS >  Generate button only generates once and gets stuck after
Generate button only generates once and gets stuck after

Time:10-30

I'm new to JS, and I'm trying to create a simple Rock paper scissors app. I have a generate button that generates a random option between Rock paper and scissors on both the user and computer board, However, whenever I click it, it only generates it once and if I click it again to randomize between rock paper and scissors again it doesn't work. Here's my JavaScript code:

let options = ['           
  • Related