Rock Paper Scissors Javascript Tutorial Project from Odin Project information can be found at Rock Paper Scissors Project
RUNNING FROM THE CONSOLE:
To run the game from the console, call the function:
playGame()
The user is prompted to make a selection and the computer will loop 5 random selections.
RUNNING FROM UI:
User has a selection of buttons. After 5 rounds, the game alerts the score and victor. Game automatically resets.