Function
Function is...
Function Feature
1. Function Definition
Function Structure
1.1 Function Declarations
1.2 Function Expressions (Function literal)
1.3 Constructor Function
1.4 Arrow Function
2. Function Hosting
3. First-class Object
4. Parameter / Argument
4.1 Call-by-value
4.2 Call-by-reference
5. Return Value
6. Function Object Property
6.1 argument Property
6.2 caller Property
6.3 length Property
6.4 name Property
6.5 __proto__ Property
6.6 prototype Property
7. Different Type of Function
7.1 Call back Function
7.2 Recursive function
7.3 Inner Function
7.4 Immediately-invoked function
Last updated