javascript-------typeof

primitive type:undefined, number, string, boolean, null

typeof:(undefined)undefined, (12)number, ('1234')string, (true)boolean, (null)object

typeof:

Number:function

String:function

Boolean:function

Object:function

Array:function

reference type:

null instanceof Object

posted @ 2013-06-07 14:31  daishuguang  阅读(154)  评论(0)    收藏  举报