We can use funcVar as an argument when we call myFunc.

myFunc takes a function that takes an integer parameter and returns an integer value. We can either pass square using its name or funcVar, which holds it.

Yikes! Didn't we want to use funcVar as an argument?