Question: If you attempt to call a value as a function but the value is not a function, what kind of error would you get?

  1. TypeError
  2. SystemError
  3. SyntaxError
  4. LogicError

Answer: The correct answer of the above question is Option A:TypeError