Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created February 27, 2012 20:11
Show Gist options
  • Save baileylo/1926710 to your computer and use it in GitHub Desktop.
Save baileylo/1926710 to your computer and use it in GitHub Desktop.
gdgt lunch decider
(Math.floor(Math.random()*(100)) % 2 )?console.log('Chiptole') : console.log('Quiznos');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment