const names = ['Anthony','Stacey','Mason','Gracie','Koda','Nani']; forEach(function(name) { console.log(name); });