Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 170 Bytes

File metadata and controls

6 lines (5 loc) · 170 Bytes

Chapter 11: Advanced Functions

  • lambda → small anonymous function
  • map() → apply function to all
  • filter() → filter values
  • reduce() → cumulative function