The value returned needs to match the type we specified when creating it. So if we specify String we need to return a string value.

Let's return the greeting variable here.

Excellent work. Now when we use our greeting() function, the value that's contained inside the greeting variable will be returned.

Remember we want our function to return a value.