Question from the Javascript - Fundamentals test

Not published

What is this type of loop called?

const professors = ['Ritchie', 'Eich', 'Gosling', 'Rossum']; 
for (let i in professors) { 
    console.log("Here is your teacher" + professors[i]);
} 
Author: KahinaStatus: Not published(Update)Question passed 242 times
-1
Community Evaluations
developer avatar
Meir
21/07/2023
Cette question est présente 2 fois dans ce questionnaire