Where does the value we want to return from a function go?
After the
return
keyword
Directly before the
return
keyword
We add it to the last line of the function
After the
return
keyword.