АЗ
Size: a a a
АЗ
АЗ
АЗ
H
NK
DK
const module = {а кто может объяснить почему module.getX берет this из global?
x: 42,
getX: function() {
return this.x;
}
}
const unboundGetX = module.getX;
А
А
const unboundGetX = module.getX.bind(module);
DK
AB
AD
T
AA
YK
IK
IK
YK
IK
IK