const dogs = [ 'Husky','Black Lab', 'Australian Shepard', 'Golden Retriever', 'Syberian Husky', 'German Shepard' ] dogs.forEach(function(dog) { console.log(dog); });