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