DEV Community

Discussion on: Recursion is Recursion is Recursion...

Collapse
 
pomfrit123 profile image
***

If you use return in you if condition you don't need an else, just a little tip :)

Collapse
 
thefern profile image
Fernando B 🚀

Thanks for the tip, I prefer if/else for beginner examples it shows the branching off a bit clearer for beginners.