Specifying Function Expressions
In this lesson we will learn how to specify a function expression. Let's begin!
We'll cover the following...
We'll cover the following...
JavaScript has a number of great things that are built on function expressions. Just like other objects, functions can be assigned to variables:
This assignment ensures that you can invoke the function through the variable, just like if it were a statically declared function:
...