Skip to content

Instantly share code, notes, and snippets.

@lykkin
Created February 26, 2016 18:50
Show Gist options
  • Save lykkin/0ebc4c16383eead1f3a5 to your computer and use it in GitHub Desktop.
Save lykkin/0ebc4c16383eead1f3a5 to your computer and use it in GitHub Desktop.
wat
> arguments.callee.arguments
{ '0': [Function],
length: 1,
callee: 'function callTest(callme) {\n debugger\n callme()\n}',
undefined: [Function] }
> arguments.callee.arguments.undefined
> arguments.callee.arguments.undefined()
TypeError: arguments.callee.arguments.undefined is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment