Skip to content Skip to sidebar Skip to footer

Why Does Debuggers Give You "undefined Is Not A Function" Instead Of Just Telling You The Name Of The Property/variable That Is Not A Function?

What is the reason js debuggers gives you 'undefined is not a function' instead of just telling you the name of the property/variable that is not a function? example: a = { aFunc

Solution 1:

This is going to be changing very soon, it might already be in Canary too.

Improved exception messages: https://plus.google.com/+AddyOsmani/posts/DdWkiKsvbA2

Post a Comment for "Why Does Debuggers Give You "undefined Is Not A Function" Instead Of Just Telling You The Name Of The Property/variable That Is Not A Function?"