Classify the statements about JavaScript functions and typeof. Select all that apply.
Explanation
Applying typeof to a callable function object produces the string function, even though the value is still an object rather than a primitive. The claims that it produces object or creates a primitive function category each mistake the operator's label for the value model.