An anonymous function is a function without a name.
⚠️ This alone is invalid because anonymous functions must be used as a value.
Anonymous Function
- A function without a name
- Usually stored in a variable, passed as an argument, or used immediately
- Common in callbacks, event handlers, and functional programming
