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 #11

forEach Method

easyLoops

Which array method will execute a function for each element without returning a new array?

📄 Code

1const students = ['Ava','Liam','Noah'];
2// Which method logs each student name?