Functions Review
We're ready to review one of the most important features of JavaScript, functions!
Using Functions
Arguments & Parameters
Return Values
Function Signatures
Default Parameters
Nested Functions
Functions & Scope
Functions vs. Methods
Reassignment and Mutation
Mutating the Caller
Function Composition
Three Ways to Define a Function
The Call Stack
Great work on functions! Next, we'll review the Flow Control chapter.