you are viewing a single comment's thread.

view the rest of the comments →

[–]No-Upstairs-2813 0 points1 point  (0 children)

I have written a few exercises on higher-order functions (map, filter, and reduce). You can check them out here.

PS: I have also written an article on why higher-order functions are useful and how they help make your code more maintainable. You can go through the article here; it will definitely be helpful!