Copy an Array with the Spread Operator

Use the spread operator to create a copy of a flattened array.
This lesson is for members. Join us? Get access to all 3,000+ tutorials + a community with expert developers around the world.
Use the spread operator to create a copy of a flattened array.
Access all courses and lessons, track your progress, gain confidence and expertise.
Instructor: 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.