Page Topics
- [x] Introduction to functions
- [x] More About Functions
- [x] Function is an object
- [x] Scopes in JavaScript
- [x] Understanding JavaScript Execution
- [x] Recursion, Stack & Event Loop
- [x] Higher Order Function
- [x] Callback based array methods
- [x] Function Composition
- [x] Hoisting
- [x] Closure
- [x] This
- [x] Function Currying
- [x] Pure/Impure Functions & Immutability
- [x] function Decoration
Introduction to Functions
- What are functions?
- Types of functions
- Creating a function expression
- Invoking/Calling a function Expression
- 💪🏻Introduction to Functions Exercise