Javascript's recently added spread syntax is a good case in point. ... const copy3 = Array.from(origArr);// using the spread operator ⬇
確定! 回上一頁