js基础面试题.html
js基础面试题
1、js的类型
1.认识js的基本类型
>typeofundefined,//undefined
typeof'abc',//string
typeof123,//number
typeoftrue,//boolean
typeof{},//object
typeof[],//object
typeofnull,//object
typeofconsole.log,//function
typeofSymbol(1)//symbol
2、js类型的原型搜索链
>Num
下载地址
用户评论