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