Spread
The spread syntax ... is a convenient way to merge or copy Objects and Arrays.
Not to be confused with rest parameter syntax, which is also
....
The spread syntax ... is a convenient way to merge or copy Objects and Arrays.
Not to be confused with rest parameter syntax, which is also
....