A Beginner’s Guide to Recursion

Learn how recursion works without using math functions

Mike Cronin
ITNEXT
Published in
4 min readJul 8, 2019

--

Recursion is one of the most bizarre concepts in all of computer science, and understanding it is really challenging. But trying to learn it by using fibonacci or exponential functions make it even worse. Now, you’re not just learning the core concept, you’re also trying to keep track of a ton of confusing return…

--

--

I’m Mostly Focused on JS and web development, but anything coding related is fair game