Vue前端面试题总结(二) 数据类型判断详解
数据类型判断我们常见的数据类型有两种基本数据类型 和 引用数据类型基本数据类型NumberStringNullBooleanundefinedSymbol(ES6新增)引用数据类型1.Object2.Array3.Date4.Function5.Error6.RegExp7.Math8.Number9.String10.Boolean11.Globle。通常判断数据的方法有四种typeofinstanceofconst