Checks if value is object-like. A value is object-like if it's not null and has a typeof result of "object".
value
null
typeof
Checks if
value
is object-like. A value is object-like if it's notnull
and has atypeof
result of "object".