Skip to content

Instantly share code, notes, and snippets.

@dylanized
Created May 21, 2012 00:40
Show Gist options
  • Save dylanized/2760065 to your computer and use it in GitHub Desktop.
Save dylanized/2760065 to your computer and use it in GitHub Desktop.
More JS Jokes
var stapler = {};
stapler.color = red;
stapler.find = function() {
var my_stapler = this;
$(everybody).each(function() {
this.ask("Have you seen" + my_stapler);
}
}
if (stapler.find()) {
stapler.staple();
} else {
office.burnDown();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment