Skip to content

Instantly share code, notes, and snippets.

@wlaurance
Created April 28, 2014 22:25
Show Gist options
  • Select an option

  • Save wlaurance/11385814 to your computer and use it in GitHub Desktop.

Select an option

Save wlaurance/11385814 to your computer and use it in GitHub Desktop.
fun
function fn() {
try {
fn()
} catch(e) {
console.log(e)
return 'overflow'
}
}
fn()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment