let meetingAttendees = ["Diane Moll", "CEO", "Stanley Winstead", "CFO",
"Herta Pickett", "CFO", "Lynn Hanby", "COO"
];
for (i = 0; i < meetingAttendees.length; i += 2) {
console.log(meetingAttendees[i]);
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter