Page 1 of 1

JavaScript Higher-order Functions

PostPosted: Tue Jun 09, 2015 5:33 am
by sreenavc
Functions that operate on other functions, either by taking them as arguments or by returning them, are called higher-order functions. Higher order functions are not exclusive to JavaScript.