Concept Flow - Also function behavior and use cases
Start with an object
Call also { block }
Inside block: 'it' refers to object
Perform side actions (e.g., print, modify)
Return original object
Continue with original object
The also function lets you run extra code on an object and then returns the original object unchanged.