A JavaScript Rock Paper Scissors game.
Scissors > Paper, Paper > Rock, Rock > Scissors
If Scissors = Scissors, Paper = Paper, OR Rock = Rock, there will be a draw.
- .getElementById()
- .querySelectorAll()
- .forEach()
- .addEventListener()
- .innerHTML
- e.target.id
- Math.floor()
- Math.random()