← Back to exercises
Fix the code so it compiles. The function must return the value it creates.
Compilation successful! Well done.
Compilation failed. See the compiler output below.
A server error occurred. Please try again.
The function declares a String return type but returns nothing. Add the return expression at the end of the function.