What's true about a function that's passed to another function?

We can call it inside the other functionWe can overwrite it inside the other functionWe can't pass functions to functions

That's right! If a function has a function as a parameter, we can call that function using the parameter name.

Oh noes! If a function has a function as a parameter, we can call that function using the parameter name.