Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Created February 8, 2016 21:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mafintosh/fa9a948b6b3d82b764dc to your computer and use it in GitHub Desktop.
Save mafintosh/fa9a948b6b3d82b764dc to your computer and use it in GitHub Desktop.
// install node 4.2.2
function foo () {
console.log('----------------------------')
foo()
}
foo()
@stevemao
Copy link

stevemao commented Feb 8, 2016

So this doesn't trigger stack overflow? lol

@mafintosh
Copy link
Author

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

@stevemao
Copy link

stevemao commented Feb 9, 2016

oh well i was testing on my browser.

@bolgovr
Copy link

bolgovr commented Feb 9, 2016

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