Just like many methods return values, we can have a function give back a value by putting a return keyword before the value we want to, well, return.

Great job! The return keyword allows us to get results from functions.

Does that really sound like the keyword to return a value?