Peter van der Zee (2014-03-02T18:58:43.000Z)
> 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.

Okay cool. Is there merit in consistency for this? Iterators getting
an `isIterator()` method perhaps?

- peter
domenic at domenicdenicola.com (2014-03-06T20:46:26.500Z)
Okay cool. Is there merit in consistency for this? Iterators getting
an `isIterator()` method perhaps?