JX.isArray(maybe_array)Javelin Documentation ()
JX.isArray(maybe_array)
Javelin Documentation ()
Checks whether a value is an array.
JX.isArray(['an', 'array']); // Returns true.
JX.isArray('Not an Array'); // Returns false.Parameters
| wild | maybe_array | Any value. |
Return
| bool | true if the argument is an array, false otherwise. |
- Defined
- core/util.js:86