ITHelpself / js

0 stars 0 forks source link

1. array #1

Open ITHelpself opened 4 years ago

ITHelpself commented 4 years ago

var cars = ["Saab", "Volvo", "BMW"];
ITHelpself commented 4 years ago

var cars = new Array("Saab", "Volvo", "BMW");