虾皮前端春招三面

自我介绍

介绍项目,背景,解决的问题,关键实现

输出题

new Promise((resolve, reject)=>{
  console.log(1);
  resolve(1);
  console.log(2);
  throw new Error('err');
  console.log(3);
  reject(3)
}).catch((res)=>{
  console.log(res);
}).then((err)=>{
  console.log(err);
})
//1 2 1

手写:

数组全排列

并发请求控制

(无二面面经是因为二面问的不多,都是实习项目和经历)

全部评论
怎么样了友友
点赞 回复 分享
发布于 今天 19:46 四川

相关推荐

今天 16:28
已编辑
湖南工商大学 Java
为了实习付出一切:那你就和她说明天你也要面试,没空
点赞 评论 收藏
分享
评论
点赞
2
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务