携程前端一面面经
面试官是个很漂亮的小姐姐,特别和善并且会引导我,面试全程气氛非常好
1. 自我介绍,聊项目,大概17分钟
2. 有没有做过中间件
3. 浏览器缓存机制
4. 读代码题
setTimeout(() => {
console.log(1);
},0);
new Promise(function(resolve){
resolve();
console.log(2);
}).then(console.log(3))
console.log(4); 5. TS 6. 快排
7. http1.1和http2.0区别
许愿二面~
#携程##前端工程师##面经##校招#