What's wrong with this code?

The function call is missing a parenthesisThere's no return statement in the functionThere's no display statement in the functionThe parameter is added incorrectly

The function call is missing a parenthesis.