let num = 10 typeof num
// number
// string
// boolean
// object
let arr = [1,2,3,4] typeof arr
let func = function() {} typeof func // function