new Promise(function executor(resolve) { console.log(2); for (var i = 0; i < 10000; i++) { i == 9999 && resolve(); } console.log(3); }).then(function () { console.log(4); }); console.log(5);
5. 手撕:括号匹配
6.hash和browser路由区别
7. https和http的区别
8. 学习方法
总结:面试官很nice,但是今天面试表现很不好,继续加油吧!
#秋招##前端##大厂#