Mastery 15 - Recursion
We have already talked a lot about functions. We can call functions whenever we need them but there is something known as recursion which basically means that a function calls itself. Recursion is useful when we want to simplify processes and itโs applied just by calling a function inside a function.










