Variable WITHConst

WITH: typeof WITH = ...

Used to obtain a context (Recursive object) around a property of the currently wrapped object. This is to continue the chain inwards to increase the concision even further.

Example

With(obj)[WITH]({o1: o1 => {assert.equal(o1.c, 1);}, o2: o2 => {assert.equal(o2.c, 2);}})