const arr = ['hello', 1, { a: 'test' }]; const copy = arr.slice();