×
×
Correct!
Alert the number of items in an array, using the correct Array property.
const cars = ["Volvo", "Jeep", "Mercedes"];
alert(@(11));
const cars = ["Volvo", "Jeep", "Mercedes"];
alert(cars.length);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?