First page Back Continue Last page Image
- Arrays in most languages use the [ Square Brackets ]
- var newCars = new Array ("Chevrolet", "Ford", "Tesla")
- Creating & Initializing an Array
- Create a new Array type Variable called newCars
- Load the array with 3 string variables
- Get the value at position 2 of the array and put it in nextCar