Page 3247 (PDF page 3285):
"By contrast, the function literal _.endsWith(query), used in the most
recent example, contains one bound variable, the argument represented by
the underscore, and one free variable named query"
I believe query is the bound variable, underscore is the free variable.
|