console.log(typeof Symbol())
typeof undefined
console.log(typeof null)
console.log([1,2,3].length)
console.log(typeof true)
Object.keys({a:1, b:2})