美文网首页
typeof和instanceof

typeof和instanceof

作者: 小番茄1009 | 来源:发表于2020-12-09 15:06 被阅读0次

    (1)值类型(基本类型):字符串(string)、数值(number)、布尔值(boolean)、undefined、null symbol (ECMAScript 2016新增了一种基本数据类型)
    (2)引用类型:对象(Object)、数组(Array)、函数(Function)

    1、简单的值类型用typeof就可以分辨清楚了
    2、instanceof用来判断是数组还是对象还是function

    相关文章

      网友评论

          本文标题:typeof和instanceof

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