Question from the Javascript - Fundamentals test

Archived

What is this type of loop called?

const professors = ['Ritchie', 'Eich', 'Gosling', 'Rossum']; 
for (let i in professors) { 
    console.log("Here are your teachers" + teachers[i]);
} 
Author: KahinaStatus: Archived(New question!)Question passed 2 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!