let coolCars = ['ford', 'chevy']; //to find length, use the array's built in method let length = coolCars.length; //length == 2.