六种基本数据类型和三种引用数据类型:
值类型(基本类型):字符串(String)、数字(Number)、布尔(Boolean)、对空(Null)、未定义(Undefined)、Symbol。
引用数据类型:对象(Object)、数组(Array)、函数(Function)。
js数据类型
原文:https://www.cnblogs.com/cui-ting/p/10662822.html