- hello world
- higher order functions
- basic: map
- basic: filter
- basic: every some
- basic: reduce
- basic: recursion
- basic: call
- partial application without bind
- partial application with bind
- implement map with reduce
- function spies
- blocking event loop
- trampoline
- async loops
- recursion
- currying
- currying
- function call