2017实习生今日头条前端面经
typeof判断有几个结果 typeof a结果: string number boolean undefined object function一定要记住typeof null 是object怎么判断数组if(Object.prototype.toString.call(arr)==='[object array]')或者 ES5 Array.isArray()bind call