2015-02-21 17:20:59 +11:00

8 lines
96 B
JavaScript

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