Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created September 1, 2012 21:18
Show Gist options
  • Save SpencerCooley/3587674 to your computer and use it in GitHub Desktop.
Save SpencerCooley/3587674 to your computer and use it in GitHub Desktop.
Kegerator Instructions
var instructions = function(){
if (Beer.length && Person.age() >= 21 ){
Beer.drink();
}
else{
console.log("Get Outta here");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment