isArray
Tests an object to see if it is an array.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
Object | The value to test. |
Returns:
Boolean
true if the value is an array, false otherwise.
Tests an object to see if it is an array.
| Name | Type | Description |
|---|---|---|
value |
Object | The value to test. |