typeof Symbol() //"symbol"
typeof Number()//"number"
typeof String()//"string"
typeof Function()//"function"
typeof Object() //"object"
typeof Boolean()//"boolean"
typeof null //"object"
typeof undefined//"undefined"
typeof Symbol() //"symbol"
typeof Number()//"number"
typeof String()//"string"
typeof Function()//"function"
typeof Object() //"object"
typeof Boolean()//"boolean"
typeof null //"object"
typeof undefined//"undefined"