What's wrong with this code?

The keyword var is added instead of  functionThe function call is spelled incorrectlyThe function is missing { and  }The display statements are incorrect

The keyword var is added instead of  function.