Functions return values too. If we want to return a specific value we'll need a return type in the function definition.

Let's try specifying a return type here.

To add a return a value, use the -> symbol followed by the type we want to return.