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: SamirStatus: Archived(New question!)(Update)Question passed 62 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!