jandrewb

Results 2 issues of jandrewb

The following code produces a confusing error message: var foo = 100; foo(); Actual: 'TypeError: 100 is not a function' Expected: 'TypeError: foo is not a function' The only problem...

enhancement

There does not appear to be a way to call an unnamed function from an external API. If the function to be called was declared ahead of time, it has...

enhancement