We declared a variable and want to assign a function to it. What will the function definition start with?

function keywordfunction nameparameters

You got it!

Even when saving in a variable, we always start with the function keyword when writing a function.