∟Creating Function Objects with "function" Statements
This section provides a tutorial example on how to create a Function object with a 'function' statement, which also assigns the object to a variable.
By definition, a function is an object instance of the Function object type.
In previous sections, we learned how to create a function with the Function constructor.
A function can also be created with the "function" statement: