The array reduce method executes a callback function on each element of the array and gives a single output value. ```javascript const myArray = ...
確定! 回上一頁