Skip to content

Instantly share code, notes, and snippets.

@pvdz
Last active December 19, 2015 16:29
Show Gist options
  • Save pvdz/5983822 to your computer and use it in GitHub Desktop.
Save pvdz/5983822 to your computer and use it in GitHub Desktop.
function J() { with (K) return caller.caller(true); }
function K() { return J(); }
function L() { return K(); }
function M(stop) { if (stop) return this; return L(); }
// without running it, what is the result of M() ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment