const addTwo = [1, 2, 3, 4, 5]; for (let i = addTwo.length; i >= 5; i++) { addTwo = addTwo += 2 //I know this does not work }