scrimba
How to Iterate Through an Array in JavaScript
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

How to Iterate Through an Array in JavaScript
AboutCommentsNotes
How to Iterate Through an Array in JavaScript
Expand for more info
index.js
run
preview
console
const evens = [2, 4, 6, 8, 10];

Console
/index.html
-6:20