Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 410 Bytes

Javascript Functional Programming Webinar

File assets for the Javascript Functional Programming webinar.

The following are the topics discussed.

  • Building blocks
  • First-class citizens
  • The Dry Principle
  • Pure Principle
  • Immutability
  • Higher order functions
  • Arrays and lists
  • Scope
  • Special arguments variable
  • Call and apply
  • Anonymous functions
  • Partial application
  • Composition
  • Currying