null的数据类型应该是object,函数的数据类型是function,js一共有六种数据类型,分别是:number string boolean undefined function obj([],{},对象,null)
function也是对象。 六种数据类型是 number,string,boolean,null,undefined,object