why use "null" instead of "this"? I tried "this" and it works but in other questions in stack overflow and on mdn(mozilla developer network) it is used with "null". Here's an example.
var max = Math.max.apply(null, numbersArray);
why use "null" instead of "this"? I tried "this" and it works but in other questions in stack overflow and on mdn(mozilla developer network) it is used with "null". Here's an example.
var max = Math.max.apply(null, numbersArray);