Skip to content

Instantly share code, notes, and snippets.

@nfroidure
Created February 16, 2013 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfroidure/4967142 to your computer and use it in GitHub Desktop.
Save nfroidure/4967142 to your computer and use it in GitHub Desktop.
Fun arguments limit : Tested in Google Chrome
(function () {}).apply(this,new Array(1000000))
// RangeError: Maximum call stack size exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment