["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.
push()
"Colin"