What is a first class object?
An object that can:
What is a high order function?
A function that takes a function as an argument or returns a function (or both)
What is partial function application?
Providing some of a functions arguments and producing a function that takes the remainder of the arguments
What is functional composition?
The process of combining two or more functions