Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 209 Bytes

HigherOrderFunctions

JavaScript Higher Order Functions

  • 闭包 —— closure
  • 切面 —— aop
  • 防抖 —— debounce
  • 节流 —— throttle
  • 柯里化 —— curring
  • 反柯里化 —— uncurring