What's wrong with this code?

The function misses the return keywordThe function call misses a value

The function misses the return keyword, so it doesn't return a value.