I have been trying to reverse an array, first by using push and creating a new array, and then second by using destructuring and mutating the original array.
I\'m won