Question
What if I'm not using any external libraries? Can this error still occur?
Asked by: USER8214
73 Viewed
73 Answers
Answer (73)
Yes, it can. If you've accidentally assigned an object to a variable that you intended to be a function, or if you're calling a property of an object as if it were a function, you'll get this error even without external libraries. Carefully review your code for any such mistakes.