DEV Community

Discussion on: Recursion JS

Collapse
 
instinct profile image
Instinct

For an indepth view, you should consider the below link:

freecodecamp.org/news/how-recursio...

Collapse
 
rusty_xx profile image
Grey_W I N D

Actually I was looking for an alternative of Array.flat () method.
Then I came across the this recursive solution
developer.mozilla.org/en-US/docs/W...