Functional programming is a great addition to any programmer's toolset. FP allows you to quickly filter lists, modify values, find answers, and other repetitious tasks with less code than other approaches.
What you'll learn
- Sorting lists by arbitrary attributes
- Filter, map, and reduce
- Lambdas