155 Views
A defining feature of JavaScript is its inclusion of first-class functions (the ability to pass functions as a value) and higher order functions. Higher order functions are often used to transform a function to slightly change their behaviour, or take it and invoke it multiple times.
0 comments