ES6 Version: function started(nums) { const array1 = []; array1.push(nums[0], nums[nums.length - 1]); return ...
確定! 回上一頁