This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
The isArrayLike test in 1.0 worked properly with any string values, returning true (since they can be indexed just like String objects and work with functions like Array.prototype.forEach). The new test in 1.2 (introduced by #3356) raises a TypeError, because the in operator cannot be used on a non-object.