Hackerrank-JavaScript-Solutions icon indicating copy to clipboard operation
Hackerrank-JavaScript-Solutions copied to clipboard

Functional Programming Concepts

Open prabaprakash opened this issue 4 years ago • 1 comments

  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 avatar Nov 25 '20 19:11 prabaprakash

  1. Currying - https://javascript.info/currying-partials

prabaprakash avatar Nov 25 '20 19:11 prabaprakash