isArrayLike
Checks if the provided argument is array-like (i.e. is iterable).
- Check if the provided argument is not
nulland that itsSymbol.iteratorproperty is a function.
Checks if the provided argument is array-like (i.e. is iterable).
null and that its Symbol.iterator property is a function.