Functions Flashcards
1
Q
What are higher order functions?
A
Functions that accept functions as a parameter. Higher order functions also enhance the behavior of other functions
2
Q
What are callback functions?
A
Functions that are passed into higher order functions