Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 453 Bytes

总结关于面试中常见的 js 手写题

手写题

  1. 发布订阅
  2. 生成 3*3 的数组
  3. 数组扁平化
  4. v3 数据劫持
  5. 数组转树
  6. 树转数组
  7. 下划线转驼峰
  8. call
  9. apply
  10. bind
  11. url 参数问题
  12. 深拷贝
  13. map
  14. filter
  15. reduce
  16. Object.create
  17. Object.freeze
  18. arr_move
  19. 简易编译模块
  20. 红绿灯

排序算法

  1. 冒泡排序
  2. 快速排序
  3. 选择排序
  4. 插入排序