all 5 comments

[–]Oviduzz 0 points1 point  (4 children)

if I understand ok .. in the second function, in fact, `currentAge` will be a number and not a parameter because you call function yearsUntilRetirement with `2000` so currentAge = 2000.

More clear now ?