hihellosup hihellosup 12-02-2022 Computers and Technology contestada I need help NOW with my java script!! 1. What will the code below output to the console and why? const person = { age: 20, name: 'Ben' }; const peopleArray = [person, person, person]; peopleArray[1].name = 'Joe'; console.log(peopleArray[0].name);