API Reference Table of contents Object Constructor isObject(x) Prototype Object Constructor isObject(x) Returns true if x is an object. Object.isObject({}) === true; Object.isObject({ haha: 1 }) === true; Prototype None