Q&A
Ask and answer questions to make information more available to wider audiences.
Jax Archila @archilajax   30, Mar 2023 12:00 AM
High-order functions
What are high-order functions? Are they useful?
answers 1
 
Answer 1
Nevaeh Joiner @joinernevaeh   31, Mar 2023 11:00 AM
High-order functions are functions that take other functions as arguments. These functions help abstract common patterns of code. For example, a high-order function could create a function that logs the arguments it is called with. This would be useful for debugging purposes.