Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Created February 8, 2016 21:30
Show Gist options
  • Select an option

  • Save mafintosh/fa9a948b6b3d82b764dc to your computer and use it in GitHub Desktop.

Select an option

Save mafintosh/fa9a948b6b3d82b764dc to your computer and use it in GitHub Desktop.
// install node 4.2.2
function foo () {
console.log('----------------------------')
foo()
}
foo()
@stevemao

stevemao commented Feb 8, 2016

Copy link
Copy Markdown

So this doesn't trigger stack overflow? lol

@mafintosh

Copy link
Copy Markdown
Author

@stevemao it does and has a special message for you if run it in node <4.2.2 :)

@stevemao

stevemao commented Feb 9, 2016

Copy link
Copy Markdown

oh well i was testing on my browser.

@bolgovr

bolgovr commented Feb 9, 2016

Copy link
Copy Markdown
console.log('')

for node 4.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment