``` let arr = [] arr.type = "animals" arr.lastItem = "kitty" console.log(arr.lastItem) // "kitty" ``` What happens in this case if proposal would be accepted?
What happens in this case if proposal would be accepted?