Skip to content

Instantly share code, notes, and snippets.

@am17an
Last active September 19, 2016 10:19
Show Gist options
  • Select an option

  • Save am17an/e24b9c8721298b25fa701fdcca507b2e to your computer and use it in GitHub Desktop.

Select an option

Save am17an/e24b9c8721298b25fa701fdcca507b2e to your computer and use it in GitHub Desktop.
do {
standInLine();
} while(!She.hasTime());
SpendEvening();
function SpendEvening(){
if(goingToDance) {
var chance = Math.random();
if(chance < LEAVE_WITHOUT_ME) {
exit();
} else {
quietLittlePlace();
}
}
};
function quietLittlePlace() {
var drinks = 1 || 2;
have(drinks);
var spoilItAll = function() {
var somethingStupid = /I love you/;
say(somethingStupid);
}
spoilItAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment