How can you clone an array using the spread syntax?
[...array]
array.copy()
array.slice()
array.spread()