var array = [0,1,2]; Math.min(...array); Math.max(...array); Error: "Unexpected token ." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/min
var array = [0,1,2];
Math.min(...array);
Math.max(...array);
Error: "Unexpected token ."
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/min