Concept Flow - Why lambdas enable functional style
Define lambda function
Pass lambda as argument
Function calls lambda
Lambda executes code
Return result or side effect
Functional style achieved
Lambdas are small pieces of code you can pass around and run inside other functions, enabling a style where functions work with other functions.