LC
Size: a a a
LC
꧁岡
LC
LC
T
SD
T
T
~
АП
DK
switch (status) {
case CASE1:
case CASE2:
// doSome
}DK
if ([CASE1, CASE2].includes(status)) // TODOgo
go
go
const compare = (a, b) => a == b
const els = (a, b) => a || b
if (els(compare(status, CASE1), compare(status, CASE2))) {
}~
if ([CASE1, CASE2].includes(status)) // TODOgo
const compare = (a, b) => a == b
const els = (a, b) => a || b
if (els(compare(status, CASE1), compare(status, CASE2))) {
}~
go
if ([CASE1, CASE2].includes(status)) // TODOif (_([CASE1, CASE2], status)) // TODO
DK
if (_([CASE1, CASE2], status)) // TODO