i wrote like this:
and ie6~ie8 return false , ie9 chrome ff return true.Code:var a = function b(){ return b; }; alert(a() === a );
how to explain it?
and
b is undefined in most of browser but is function in ie6~ie8,Code:var a = function b(){ }; alert( typeof b );
that's why?
thx


Reply With Quote





Bookmarks