| "foo" |
| String |
| 42 |
| Number |
| Infinity |
| -Infinity |
| NaN |
| Number |
| true |
| Boolean |
| undefined |
| null |
| Object |
| Object |
| Object |
| Object |
| Array(0) |
| Array(4) |
| 1257894000000 |
| Wed Nov 11 2009 01:00:00 GMT+0200 (Eastern European Standard Time) |
| /\/.*\//g |
| /\/$^\// |
| Symbol(=)) |
| Symbol(=() |
| Map(1) |
| Map(0) |
| Map(1) |
| WeakMap |
| Set(3) |
| Set(0) |
| Set(3) |
| WeakSet |
| Promise |
| Promise |
| Uint8Array(2) |
| Int8Array(0) |
| function() {} |
| () => {} |
| "foo" |
| String("bar") |
| 42 |
| Number(9001) |
| Infinity |
| -Infinity |
| NaN |
| Number(NaN) |
| true |
| Boolean(false) |
| undefined |
| null |
| Object {} |
| Object {:^): "^_^", ping: "pong", t: -10} |
| Object {a: 1} |
| Object {a: true, b: false, c: Object, d: Array(0), e: Wed Nov 11 2009 01:00:00 GMT+0200 (Eastern European Standard Time), ...} |
| Array(0) [] |
| Array(4) [1, 2.333, 666, Object] |
| 1257894000000 |
| Wed Nov 11 2009 01:00:00 GMT+0200 (Eastern European Standard Time) |
| /\/.*\//g |
| /\/$^\// |
| Symbol(=)) |
| Symbol(=() |
| Map(1) {true => false} |
| Map(0) {} |
| Map(1) {1337 => "hello"} |
| WeakMap {} |
| Set(3) {true, false, null} |
| Set(0) {} |
| Set(3) {1, 2, 3} |
| WeakSet {} |
| Promise {[[PromiseStatus]]: "pending", [[PromiseValue]]: undefined} |
| Promise {[[PromiseStatus]]: "resolved", [[PromiseValue]]: "'ello"} |
| Uint8Array(2) [1, 0] |
| Int8Array(0) [] |
| function() {} |
| () => {} |