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