How can I break the iteration of reduce() method?for:for (var i = Things.length - 1; i >= 0; i--) { if(Things[i] <= 0){ break; } ...
確定! 回上一頁