Are there any implementations which actually do this? In Node:
typeof({ call: function () { } }) --> 'object'
({ call: function () { } })() --> TypeError: object is not a function
Are there any implementations which actually do this? In Node:
typeof({ call: function () { } }) --> 'object'
({ call: function () { } })() --> TypeError: object is not a function