Retrieve Inputs from User and Computer which are attributed to an array where we store the data and then use the Math.Random() function to grab a random index from the options array, and apply it as the computers choice, compare the choice to the users input choice and check to see if the win condition has been met. If win condition has been met, display 'Victory'. If win condition not met, display 'Defeat, Try Again' with option to start the playGame() function again, then return the function.