Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 379 Bytes

API_REFERENCE.md

File metadata and controls

25 lines (16 loc) · 379 Bytes

API Reference

Table of contents

Object

Constructor

isObject(x)

Returns true if x is an object.

Object.isObject({}) === true;
Object.isObject({ haha: 1 }) === true;

Prototype

None