Which code snippet would you start with when writing an anonymous function?

var newVar function newFunctionfunction newVar 

Perfect!

When defining an anonymous function, we start with declaring the variable that will store it.