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