Concept Flow - Why scope functions reduce boilerplate
Create object
Call scope function
Access object properties directly
Perform multiple operations
Return result or object
Less repetition of object name
Scope functions let you run code blocks with an object as context, so you don't repeat the object name many times.