...

/

Anonymous Functions

Anonymous Functions

In this lesson, you will be introduced to anonymous functions and learn their syntax.

Remember when we learned about literals at the beginning of this course? They are defined as fixed values appearing directly in the source code. Literals don’t need to be named, they can simply be used directly.

In the previous lessons, we needed to create multiple ...