Files
learngo/27-functions-advanced/exercises/README.md
2019-05-02 22:09:45 +03:00

240 B

IDEAS

  • Create a chainable funcs for strings
  • Create a mapper instead of a filter
  • Create map/reduce
  • Create a time it takes higher-order func
  • Use stdlib funcs with func values
  • Create a functional program with structs (filter etc)