Alright, we have a variable that holds our function. Now what? We'll call the function with the funcVar variable.

See that? In order to call a function through a variable that holds it, we use the variable name with parentheses and arguments.

Didn't we want to use the funcVar variable?