Understanding Map, Filter & Reduce functions.
Before we jump in, I'd like to talk about what these functions have in common. Can you take a guess? They are both referred to as Higher-Order Functions.
What's a higher-order function?
A higher-order function (HOF) is a function that can take anothe...
kelsy-blog.hashnode.dev3 min read