美文网首页
JavaScript面试题

JavaScript面试题

作者: 林深鹿影 | 来源:发表于2019-03-15 02:40 被阅读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"

    相关文章

      网友评论

          本文标题:JavaScript面试题

          本文链接:https://www.haomeiwen.com/subject/eedkmqtx.html