JavaScript
JavaScript tried to call something that is not a function
JavaScript attempted to invoke a value as a function, but the value is not callable.
JavaScript
JavaScript attempted to invoke a value as a function, but the value is not callable.
Observed message
TypeError: x is not a function
Why it happens
How to fix it
Official reference
MDN: TypeError: x is not a functionRelated errors
Explore more