HN user

TheBestKorea

2 karma
Posts0
Comments4
View on HN
No posts found.

Something which is perhaps overlooked in JS is that there is a recursion depth built into many engines. Using pure iteration circumvents this making the engine hang instead of error if your algorithm would loop infinitely.