When we add values with push(), they're added to the array in the order we put them inside the parentheses.

Add "Lyon", a comma, and then "Glasgow" to add them to cities.

Make sure to assemble "Lyon", "Glasgow" in your code.