JavaScript面试题

2019-03-15  本文已影响0人  林深鹿影

typeof Symbol()  //"symbol"

typeof Number()//"number"

typeof String()//"string"

typeof Function()//"function"

typeof Object()  //"object"

typeof Boolean()//"boolean"

typeof null  //"object"

typeof undefined//"undefined"

上一篇下一篇

猜你喜欢

热点阅读