Creating a simple game of rock, paper scissors that is going to be played against the computer. The fundamentals learnt would be debugging, for loops and functions.
- Will be located in the HTML file.
- Will use the random function.
- Will be single round except for when there is a tie then there will be a rematch.
- Will return function call not console.log().
Console
HTML and JavaScript