Returns whether the given object is a plain object
the object to check
whether the given object is a plain object
isPlain(undefined); // falseisPlain({foo: 'bar'}); // true Copy
isPlain(undefined); // falseisPlain({foo: 'bar'}); // true
Returns whether the given object is a plain object