Created
February 8, 2016 21:30
-
-
Save mafintosh/fa9a948b6b3d82b764dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// install node 4.2.2 | |
function foo () { | |
console.log('----------------------------') | |
foo() | |
} | |
foo() |
@stevemao it does and has a special message for you if run it in node <4.2.2 :)
oh well i was testing on my browser.
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
So this doesn't trigger stack overflow? lol