Copy an Array with the Spread Operator

Laurie Barth
InstructorLaurie Barth
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

Use the spread operator to create a copy of a flattened array.

Instructor: [00:01] We start with an array, with the elements one, two, and three. Next, we'll create a copy using the spread operator. Now, we'll add a new element to our original array. As you can see, the array has changed and the copy has not.