How can you make a shallow copy of an array using the spread syntax?
array.spread()
array.slice()
array.copy()
[...array]