javacript笔记根据EC5.0一共有六种数据类型:number,string,bool undefine,nullobject(广义的) --->object(狭义的),array,function 前五种叫primitive type,最后一种是complex object三种判断对象类型的方法:typeof,instanceof,Object.prototype.toString typeof 前三类型就是基本类型typeof undefined 是undefinedtypeof nu…