To replace this use of the syntax : ```js when(true) .is(assertion, value) .is(assertion, value) .else(defaultValue) ``` Update when-switch to enable this syntax : ```js when .true(assertion, value) .true(assertion, value) .else(defaultValue) ```