How do you check if a value is an object in JavaScript?
lodash has isPlainObject, which might be what many who come to this page are looking for. It returns false when give a function or array.