Question from the Javascript - Fundamentals test

Archived

What does the following code display?

const ville = [''Saint-Etienne'', ''Clermont-ferrand'', ''Grenoble'', ''Annecy''];
let n = ville.push(''Lyon''); 
console.log(n); 
Author: KahinaStatus: Archived(New question!)Question passed 24 times
-1
Community Evaluations
developer avatar
Erwan
29/03/2022
erreurs dans les guillemets
developer avatar
Auteur anonyme
29/03/2022
Question corrigée !