Checks if the specified value is a non-null object, but not an Array, RegExp, or Date.
value
Array
RegExp
Date
Value to check if an object.
true if the value is an object.
true
Checks if the specified
value
is a non-null object, but not anArray
,RegExp
, orDate
.