Slide 23
Slide 23 text
Also called scoping functions. These arguments may even
appear as function literals with receiver in certain cases.
Scope functions take an arbitrary object, the context object,
and bring it to another scope. In that scope, the context
object is either accessible as it (or custom name) or this,
depending on the type of function