Actualités

‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!
In functional programming, this is a big no-no. Mutations are considered a nasty side-effect that should be avoided. The issues that arise from mutation typically have to do with assumptions about ...