What makes closures so great is the fact that they don't need a function definition before we can use them. So, let's get rid of the variable that holds the closure!

Sweet! That's a great example of a situation where closures can come in very handy.

That doesn't look right, does it?