2018-08-02 19:24:41 -07:00

6 lines
94 B
JavaScript

obj.constructor === Object;
obj.constructor === Promise;
Symbol();
Symbol("test");
new Map();