-
Notifications
You must be signed in to change notification settings - Fork 0
Working with Functions
sameeri edited this page Apr 1, 2015
·
7 revisions
Saibaba Vinayakaya Namaha!
- Code/Behavior
- Object
- Callable
- First-class
- Multipurpose
- Function Declaration
- Function Expression
- Named
- Unnamed (Anonymous)
- Regular
- As a method on an object
- Recursive(calling itself)
- Immediately Executing
- Call, Apply
- Bind
- Assignment
- Variable
- Object's property(method)
- Array Element
- Arguments
- Return Value
- Constructor
- Stand-alone function
- Higher Order function
- Data
- Object Method
- Lambda
- Variable Object
- Hoisting
- Closures
- Scope chain
- Functor
- Pure function
- State-less function
- Predicate
- Comparator
- Callback Function
- Event Handler
- IIFE
- SIAF
- Inner function
- Recursive function