Question from the Javascript - Fundamentals test

Archived

What does the following code display?

   const city = ['Saint-Etienne', 'Clermont-ferrand', 'Grenoble', 'Annecy']; 
   ville.pop(); 
   console.log(city); 
Author: KahinaStatus: Archived(New question!)Question passed 78 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!