Rock Paper Scissors with Teachable Machine ✊ ✋ ✌!
We will be implementing the checkWinner(computer, player)
function. It is currently set so that the computer always wins.
However, that isn't how rock, paper, scissors is supposed to work. We want to implement the function so that it uses the following logic to determine the winner.
This is available in the solution
branch. No cheating!