What's this snippet going to display to the console?

["Lina", "Sandra", "Colin"]

["Colin", "Sandra", "Lina"]

When we use push() the values are added to the end of the array. So "Colin" will be the last value.