Functional Programming

Higher order functions

What it is and how we can benefit from using it in our program?

Donald Le
2 min readSep 5, 2021

--

Photo by Camylla Battani on Unsplash

Higher order functions infer a way of programming that we can pass function to another function as parameter, or even return function from another function. It gives us a very flexible way of tackling problems. In this post we will go through how to apply…

--

--

Donald Le

A passionate automation engineer who strongly believes in “A man can do anything he wants if he puts in the work”.