ニュース

First-order functions A first-order function takes standard data types (string, number, boolean, array, object) as parameters and returns any of these standard data types too. Also, a first-order ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!