DEV Community

Discussion on: Anonymous Recursion in JavaScript

Collapse
 
proddi profile image
proddi

Usually this is a perfect example howto to not write code. But for an interview it's great!

Collapse
 
simov profile image
simo

I agree, the anonymous recursion is a bit extreme and hard to maintain, though each part of this example taken separately is actually very useful in day to day programming.