js的数据类型和typeof数据类型

js的数据类型:number,string,null,undefined,Boolean,object

typeof数据类型:number,string,object,function,undefined,Boolean

typeof是唯一一个使用没有定义变量不报错的方法;

用法:typeof(变量)或者  typeof    变量

 

posted @ 2018-12-10 19:54  唐頔颖  阅读(190)  评论(0编辑  收藏  举报