Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter 11: Advanced Functions

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