Exercise v1.3

Exercise:

Use the length property to add a new item to cars: Mercedes.

Syntax hint: array[array.length] = "item";

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com