This feature is experimental. It may be changed or removed in a future version without prior notice or deprecation.
Returns whether the given argument is an array-like value.
Return true for Array
, a
NodeList
,
the arguments object
or a jQuery collection.
Use up.util.isArray()
to test whether a value is an actual Array
.