This content describes an older version of this product.
View Latest isArray()
Checks whether the specified object is an array.
Signature
isArray(Object obj)
Parameters
- obj
- Type: Object
- The object to check.
Returns
- Type: Boolean
- Returns true if the object is an array, or false otherwise.