Higher-Order Functions in Javascript
Mar 8, 2022 · 7 min read · intro Higher-order functions are functions that can manipulate other functions. They can either take functions in as arguments or return functions or both. The first category of higher-order functions are functions that expect other functions as argu...
Join discussion


