The text of this article is not in this database — only its details are. Read it on the old site: Features of JavaScript in Visual Studio 2012:Recursion and Variable Scope
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Sam HobbsPosted Mar 5, 2013, 4:54 PM
I think anyone using recursion needs to understand the possibility of getting stack overflow. Also, it is my understanding that recursion is less efficient for the computer compared to iteration. Recursion is sometimes easier for developers but usually not for the computer.