Tell us what’s happening:
I have been trying to complete the step 24 test but I don’t why have been missing it
Your code so far
// User Editable Region
let cities =["London", "Newyork", "Mumbai"];
console.log(cities);
cities [cities.length - 1]= "Mexico city";
console.log(cities);
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 24