`A || !A` is `true` so write `(A && B) || !A` as `B || !A`
Attach a file by drag & drop or click to upload