Javascript Functions

You can declare functions with function.

You need to add the parentheses in order to invoke the function.

You can assign a function to a variable.

Which means that you can assign a single function to multiple variables.

You can create a function with the Function class constructor.