Returns whether the given argument is an array-like value.
Return true for Array, a NodeList, the arguments object or a jQuery collection.
Array
NodeList
Use up.util.isArray() to test whether a value is an actual Array.
up.util.isArray()