HigherOrderFuncs1.init() HigherOrderFuncs1.functionDef HigherOrderFuncs1.params HigherOrderFuncs1.functionCall HigherOrderFuncs1.answer

Given the following declarations, where params:

functionDef

what is the value of the following function call?
functionCall

Note that, if the function call generates an exception, the correct answer is the word "error" (without the double quotes) in all lowercase letters. Otherwise, the correct answer may be a number (not necessarily an integer, for example, when the division operator is applied) or a Boolean constant.

$('#answerTextarea').val()
return HigherOrderFuncs1.checkAnswer(guess);

Note that f is a higher-order function.

Why is g a function?

If you had to find a short, descriptive name for the function g, what would it be?

The correct answer is: answer