Call the favoriteFruit function with parameter "pineapple". I'm stuck and probably doing it all wrong. Can anyone help?

In this example, we simply have to call the function.
favoriteFruit("pineapple");
Your output will be "My favorite fruit is pineapple."