Check if value is Array.
For same argument, if this function returns true, functions isNil, isBoolean, isInteger, isNumber, isString, and isObject will return false.
true
isNil
isBoolean
isInteger
isNumber
isString
isObject
false
Check if value is Array.
For same argument, if this function returns
true
, functionsisNil
,isBoolean
,isInteger
,isNumber
,isString
, andisObject
will returnfalse
.