Check if value is Number.
For same argument, if this function returns true, function isInteger may also return true if argument is integer number.
true
isInteger
For same argument, if this function returns true, functions isNil, isBoolean, isString, isArray and isObject will return false.
isNil
isBoolean
isString
isArray
isObject
false
Check if value is Number.
For same argument, if this function returns
true
, functionisInteger
may also returntrue
if argument is integer number.For same argument, if this function returns
true
, functionsisNil
,isBoolean
,isString
,isArray
andisObject
will returnfalse
.