Arrays in JavaScript are special objects design for storing ordered data.
const cars = ["Ford", "Toyota", "BMW"];