You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... Array and Array.prototype in each window are different ... bla-bla-bla ...
I know this.
But any object will be different, not only Array, but only for array we have Array.isArray.
So anybody who loves to use objects from another "window", should avoid usage "instanceof".
why not
arrayLikeObject instanceof Array ?
The text was updated successfully, but these errors were encountered: