News

‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order ...
A first class function is a function that is treated ... Consider Listing 1, which takes advantage of the JavaScript map() function to uppercase the letters in an array. The beauty of this syntax ...