I think it might be only performance case - http://jsperf.com/comparing-underscore-js-isfunction-with-typeof-function/2
And seems that typeof
is faster.. so my question is - which is more appropriate to use?
I think it might be only performance case - http://jsperf.com/comparing-underscore-js-isfunction-with-typeof-function/2 And seems that |
|||
|