letIt
letIt(it => { //do something here it })
The context object is available as an argument (it).
The return value is the lambda result.
letIt can be used to invoke one or more functions on results of call chains.
You can also use withIt to introduce a helper object whose properties or functions are used for calculating a value.
Last updated