/myselfJs

手写js

Primary LanguageJavaScript

手写js

  1. promise
  2. new
  3. apply bind call
  4. 节流防抖
  5. 深拷贝,浅拷贝
  6. 发布订阅
  7. 观察者模式
  8. 手写http库
  9. 手写event模块
  10. 实现类的继承
  11. 模拟Object.create
  12. 模拟instanceof