JAVASCRIPT FUNCTIONS
Introduction / Roadmap
Why use JavaScript functions?
JavaScript Functions.pdf
Defining and Invoking Functions
Demo: Invoking and Defining JavaScript functions
Alternate ways to define functions
Demo: Alternate ways to define functions
What is function scope?
Demo: Exploring Function Scope
Child Function Scope
Demo: Child Function Scope
What is function composition?
Demo: Currying Functions
Factory Functions
Demo: Factory Functions
What are callback functions?
Demo: Callback Functions
Promises, Async and Generators
The "this" keyword + demo
Self-Invoking Functions + demo
Error Catching + demo
Object Creators + demo
Course Summary / Thank You!