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

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)