console.log([] + [])
Object.freeze()
typeof Symbol()
typeof (function(){})
console.log([...'abc'])
Object.seal()
typeof NaN
Promise.resolve(5).then(x => x*2)
typeof undefined