Well done!
You have completed Structure and Implementation Quiz!
Quiz Question 1 of 5
Given the following array:
const cities = ["New York", "Los Angeles", "Chicago", "Houston", "Phoenix"];
Which of the following methods would correctly add "San Francisco" at the start and remove "Phoenix" from the array?
Choose the correct answer below: