Skip to content

Instantly share code, notes, and snippets.

@p33rs
Created March 21, 2015 00:28
Show Gist options
  • Save p33rs/63e8f9a4060f307960dd to your computer and use it in GitHub Desktop.
Save p33rs/63e8f9a4060f307960dd to your computer and use it in GitHub Desktop.
oh yeah it's friday night, baby !!!!
function fulfillment() {
var lyfe = [
'Penicillin',
'Whiskey Sour',
'Negroni',
'Margarita',
'Manhattan',
'Daiquiri',
'Blood & Sand',
'Scotch, Neat',
'Mint Julep',
'Sazerac',
'Mojito',
'Old Fashioned'
];
alert(lyfe[Math.floor(Math.random()*lyfe.length)]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment