Let's take a look at how it looks inside a function.

Add the return keyword.

Great job! We start the return statement with the return keyword.

To return something from a function, we need to start with the return keyword.