#recursion
Read more stories on Hashnode
Articles with this tag
Recursion if you've never heard the term is loosely defined as when a programming function calls itself. Conceptually recursion can be difficult to...