Hack Reactor > Recursion > Flashcards
What is recursion
Recursion is basically a function calling itself to a smaller subset of the problem until the entire problem is solved.
What are the required components in a recursive function