Question: // Use this array in the next questions. var cities = [Pittsburgh, New York, Chicago, Los Angeles, Atlanta]; // 1. Add San Francisco to the
// Use this array in the next questions.
var cities = ["Pittsburgh", "New York", "Chicago", "Los Angeles", "Atlanta"];
// 1. Add San Francisco to the array.
// 2. Remove Los Angeles from the array.
// 3. Insert Seattle as the first city into the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
