``` const anyof = false; const foo = anyof || 42 || 23; const bar = allof && 42 && null; ``` Is this a good syntax? is this a good name? Do we need similar versions for other cases?