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 EvaluationsNo one has reviewed this question yet, be the first!