Sometimes we want a custom function to return a value. Well, there's a keyword for that.

Exactly? By putting a value or variable after the return keyword, we return a value that we can store in a variable or reuse in a different function.

Not quite! We don't want to simply print the value, but receive it in a way that allows us to use it somewhere else.