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

Sum Array With While

easyLoops

Given const numbers = [4, 8, 2, 6];, which code sums the elements and logs "Total: 20"?

📄 Code

1const numbers = [4, 8, 2, 6];