js 引用类型的判断

  1. result = 变量 instanceof 数据类型; //ECMAScript 提供了 instanceof 操作符来检测引用类型

Array,Regex和Date等引用数据类型都是Object的实例,因此”instanceof”返回的都是”object”