Recursion challenge with n-1 argument

When you call countup(5) it will hit the else statement and make the recursive call. But then what does it immediately after making the recursive call?