Skip to content

Instantly share code, notes, and snippets.

View jdkeith's full-sized avatar

Justin Keith jdkeith

  • PixelMEDIA
  • Portsmouth, NH
View GitHub Profile
@jdkeith
jdkeith / RPS.js
Last active December 21, 2015 21:39 — forked from joehinkle/RPS.js
// Initializing Variables
function RPSLS()
{
var choices = [
{
name: "rock",
beats: {
"scissors": "crushes",
"lizard": "crushes"