What's different about this function definition is that there is no specified name. That's why it's called an anonymous function.

You got it! The anonymous functions start with the keyword, followed by the parameters.

Make sure to choose only function since anonymous functions don't have a name.