Click the green flag to start. Click to toggle blue/orange buttons. Click "Count!" to count up or down, using a loop or recursive function. (Click "See inside" to understand what's happening.)
As you can see, the visible results are the same whether you use a loop or recursion. The difference is in programming style. Sometimes loops (procedural programming) are easier, and sometimes recursion (functional programming) is.