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