Array.isArray
isArray — Check if the provided parameter is an array.
Description
Array.isArray(mixed array)
Parameters
Name | Description | Type | Default | Optional |
---|---|---|---|---|
array | mixed | No |
Return values
boolean. If the parameter is an array, it returns true, otherwise it returns false.
Examples
Example #1 – isArray example