It also demonstrates how the recursion of the function execution works.
这也解释了函数执行的递归是如何实现的。
2
For those of you who are new to computer programming, here's a simple definition of recursion: recursion occurs when a function calls itself directly or indirectly.