Remember
JavaScript | C# | |
---|---|---|
Element | .find() | .FirstOrDefault() |
Restriction | .filter() | .Where() |
Projection | .map() | .Select() |
📜 Map, Filter, Reduce - Very light intro. Includes reduce, which we didn't cover on this talk.
MPJ - YouTube videos - Best and most fun explanation I have seen.
- 📺 Map
- 📺 High Order Funcs
Good. Let's have some fun.
- 📜 So you want to be a functional programmer series
- 📺 JS Functional Programming fundamentals
- 📘 Functional-Light JS. Not beginner friendly but awesome e-book. It has links to other great JavaScrip FP sources.
Enjoy!