const friends = [ `Dale`, `Matt`, `Morne`, `Michael`, ]; for (let i = 0; i < friends.length; i++) { console.log(friends[i]); }