Why should you care? Recursion often looks intimidating when you first encounter it. You see a function calling itself: factorial ( n - 1 ); and the immediate question is: How does this ever stop?

Source: [Dev.to](https://dev.to/polyvexr/recursion-demystified-255f)

Sponsored