Skip to content

Instantly share code, notes, and snippets.

View eatAsnack's full-sized avatar

Jonathan eatAsnack

View GitHub Profile
//4 outcomes are:
var o1 = 'JavaScript wins!';
var o2 = 'You win!';
var o3 = 'A Draw';
var pcChoice = 0;
var userChoice = 0;
var pcShows = 'none';
var userShows = 'none';
var outcome = 'none';