prabaprakash / Hackerrank-JavaScript-Solutions

Solved entire Easy, few Medium Problems. A total of 171/563 challenges solved by JavaScript
https://www.hackerrank.com/prabaprakash
118 stars 62 forks source link

Functional Programming Concepts #10

Open prabaprakash opened 3 years ago

prabaprakash commented 3 years ago
  1. this
  2. immutable data objects using a linter
  3. immutable objects and collections
  4. data transformations using core operations like filter, map, sort, or reduce
  5. use statements like if and switch in a functional way
  6. create pipelines and use currying to pass additional data
  7. create and use functors and monads
prabaprakash commented 3 years ago
  1. Currying - https://javascript.info/currying-partials