We will use the given array helpers to transform the given for loops away from being for loops.
Here is some data you can use, feel free to add more car objects to it:
const cars = [
{
make: "ford",
model: "E150",
year: 2000
},
{
make: "chevy",
model: "malibu",
year: 2017
},
{
make: "chevy"