The spread operator (...) spreads out the elements of an array (or iterable object ). The rest operator condenses elements. The spread and ...
確定! 回上一頁