Until 2015 we need apply method to apply Math.max function to all elements of an array. ES6 destructing feature, announced at 2015, gives us an unpacked version of an array so that it makes using “apply” unnecessary.
(Visited 1 times, 1 visits today)