Skip to content

Instantly share code, notes, and snippets.

@nem035
Created September 21, 2018 04:22
Show Gist options
  • Save nem035/83705e6051048fdb43302d7897ab19f1 to your computer and use it in GitHub Desktop.
Save nem035/83705e6051048fdb43302d7897ab19f1 to your computer and use it in GitHub Desktop.
function recurseForever() {
recurseForever();
}
recurseForever();
// outputs
// Uncaught RangeError: Maximum call stack size exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment