CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
JavaScript Quiz #8

Loop Through Array

easyLoops

Which loop correctly logs each fruit on a new line?

📄 Code

1const fruits = ['apple','banana','orange'];
2// TODO: print each item