8 lines
96 B
JavaScript

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