DEV Community

Discussion on: Higher Order Functions & Functional Composition

Collapse
 
parenttobias profile image
Toby Parent • Edited

In all the array HOF methods, composition is a very powerful construct. A filter method for isInRange, the ability to sort arrays of objects by multiple keys... Fun stuff!

Been doing a similar series on freecodecamp's need feed about this same subject. It's one near and dear to my heart. Thank you for a thoughtful and approachable look at composition.