when number is 0, our code will not call the countdown() function again, but instead just return, thereby preventing another call of countdown(). In Recursion Land (a real place), this case in which the method will not recurse is known as the base case.1353 ↱
A Common-Sense Guide to Data Structures and Algorithms
Level Up Your Core Programming Skills
Jay Wengrow