R
Size: a a a
R
ДМ
R
S
S
R
R
S
R
R
S
S
R
S
R
R
S
function undef(x) {
return !{ undefined: { undefined: 1 } }[typeof x][x];
}
x
, чтобы undef(x)
вернуло true ?VS
function undef(x) {
return !{ undefined: { undefined: 1 } }[typeof x][x];
}
x
, чтобы undef(x)
вернуло true ?VS