JS

favMovies.forEach(function(favMovie) {
  console.log('I really like the movie', favMovie)
})