Now the cities array should also contain the values "Lyon" and "Glasgow" after being placed inside push().

Display the cities array.

Sweet! We can see that "Lyon" is in the array and then "Glasgow" afterward.

Make sure to spell cities in your code.