Skip to content

Instantly share code, notes, and snippets.

@pmcelhaney
Created May 4, 2012 13:56
Show Gist options
  • Save pmcelhaney/2594944 to your computer and use it in GitHub Desktop.
Save pmcelhaney/2594944 to your computer and use it in GitHub Desktop.
May the 4th
(function (Hope, _, empire) {
var $ = new Hope();
_(empire.replace(/\b[a-z]{4} /, ""));
return $;
}(
function () { this.prototype = Array; this[0] = "Luke"; this[1] = "Leia"; },
function (x) { console.log(x); },
"Quit fooling around and get back to work."
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment