Open pvginkel opened 9 years ago
Array.isArray checks the prototype of the object instead of just the [[Class]]. This is not conform the specs, but is how e.g. Google Chrome does it.
Array.isArray
Array.isArray
checks the prototype of the object instead of just the [[Class]]. This is not conform the specs, but is how e.g. Google Chrome does it.