Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 245 Bytes

File metadata and controls

15 lines (14 loc) · 245 Bytes

Higher Order Functions

  • What are they?
    • From Math
  • Why are they important?
    • Easy to read
    • Composition
    • Fewer bugs
  • 3 most common higher order functions
    • Exercise 1
    • Filter
    • Exercise 2
    • Map
    • Exercise 3
    • Reduce