Files
learngo/27-functions-advanced/exercises/README.md

8 lines
240 B
Markdown
Raw Normal View History

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)