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.
myFunc
square
funcVar
Yikes! Didn't we want to use funcVar as an argument?