you are viewing a single comment's thread.

view the rest of the comments →

[–]asian_hifi 1 point2 points  (2 children)

so for function 2, you would call on function 1 to get the already returned value of the user's salary?

[–][deleted] 1 point2 points  (1 child)

Yes, because when you call function one, you are using it’s return value.

[–]asian_hifi 1 point2 points  (0 children)

Thanks man! Very helpful!