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.