Skip to content

Latest commit

 

History

History
executable file
·
19 lines (10 loc) · 391 Bytes

201958同城前端社招面经.md

File metadata and controls

executable file
·
19 lines (10 loc) · 391 Bytes

2019 58同城前端社招面经

一面

  1. JSBrigde 原理,Native 端回调函数怎么执行的

  2. 如何设计一个 $.JSONP() 方法

  3. 实现 ES5 bind() 方法

  4. Promise 链式调用的 catch() 的返回

  5. Vue 双向数据绑定原理

  6. Node.js 的事件循环机制

  7. 长列表数据的优化方案

  8. 每隔 5s 轮询一次请求,你如何实现