Introduction to Functional Programming in JavaScript: I - Higher Order Functions

added by JavaScript Kicks
10/2/2014 3:12:07 PM

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