Function.prototype.apply.call(Math.max, undefined, [1,75]);
thisArgu Function.prototype.apply Math.max
thisArgu Function.prototype.apply Math.max
noramlly, Function.prototype.apply Function.prototype
thisArgu Function.prototype.apply Math.max :
Function.prototype Math.max, 'this' Function.prototype.apply()
'this':
Math.max.apply(undefined,[1,75])
?
,
Math.max.apply(undefined,[1,75])
:
Window.max(1,75)
, , 'this' Math.max, ;