SN
Size: a a a
SN
SN
TS
ЖМ
function Test(){}
Test.prototype = null;
const a = new Test();
a instanceof Test; // Uncaught TypeError: Function has non-object prototype 'null' in instanceof... что в принцепе логично
a instanceof Object;
// true // вот как оно смогло докопаться до Object? o_O
O
AK
BB
AK
TS
EA
AK
AY
EA
TS
TS
AK
r
DH