What's true about closures?
Great! Closures are types of functions, can detect their parameter and return types and don't need a parameter list, as they have shorthand parameter names.
Yikes! Closures are types of functions, can detect their parameter and return types and don't need a parameter list, as they have shorthand parameter names.