Skip to content

Instantly share code, notes, and snippets.

@munro
Created February 3, 2012 00:16
Show Gist options
  • Save munro/1726674 to your computer and use it in GitHub Desktop.
Save munro/1726674 to your computer and use it in GitHub Desktop.
Apply Inception
var λ = (λ = function λ() {
console.log('called λ', this, arguments);
return λ;
}).apply.apply.apply(λ.apply, [λ, [undefined, [1, 2, 3]]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment