Question from the Javascript - Fundamentals test

Add Lyon to the end of the city array

Easy

What should replace the "?" in the following code to add "Lyon" at the end of the table 'city'?

 const city = ['Saint-Etienne', 'Clermont-ferrand', 'Grenoble', 'Annecy']; 
  city.?; 
Author: KahinaStatus: PublishedQuestion passed 2313 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!