Is the value a plain object (created from {}/Object.create(null)), not a special object?
{}
Object.create(null)
The value to test.
True for plain objects only.
Is the value a plain object (created from
{}/Object.create(null)), not a special object?