Skip to content

Latest commit

 

History

History

functional

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Pure functional programming has a set of rules to follow

  • No state
  • Pure functions
  • No side effects
  • Higher order functions
    • The function takes one or more functions as parameters
    • The function returns another function as result