fruits.forEach(fruit => {
  console.log(fruit);
});