2018-01-09 15:36:42 +01:00

8 lines
96 B
JavaScript

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