(1)值类型(基本类型):字符串(string)、数值(number)、布尔值(boolean)、undefined、null symbol (ECMAScript 2016新增了一种基本数据类型)
(2)引用类型:对象(Object)、数组(Array)、函数(Function)
1、简单的值类型用typeof就可以分辨清楚了
2、instanceof用来判断是数组还是对象还是function
(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
网友评论