To create an application utilizing only JavaScript that simulates a fair game of "Rock Paper Scissors" against a bot using prompt(), alert(), and confirm() methods. Bot choice is always random and score is displayed after every round.
- Accept invite to play by clicking "OK"
- Type "R" for Rock, "S" for Scissors, and "P" for Paper. Click "OK".
- Click "OK" after viewing the results.
- Click "OK" after viewing the scoreboard.
- Click "OK" after if you would like to play again.
- Concept for selecting a random element in array was pulled from MDN Web Docs