Javascript Function Is A First Class Object
// JavaScript - Function is a first-class object:
1. A function is an instance of the Object type
2. A function can have properties and has a link back to its constructor method
3. A function can be stored as a variable
4. A function can be pass as a parameter to another function
5. A function can be returned from another function
page revision: 1, last edited: 14 Nov 2016 21:12





