Allen Wirfs-Brock (2014-03-02T18:42:16.000Z)
domenic at domenicdenicola.com (2014-03-02T22:48:11.046Z)
Depends upon what you mean by "Array detection". If you mean is obj an "exotic array object (ie, an object that automatically updates the length property value as integer indexed properties are added or deleted) then Array.isArray(obj) detects exactly that.