scrimba
Introduction to ES6+
For of Loop
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

AboutCommentsNotes
For of Loop
Expand for more info
index.js
run
preview
console
let incomes = [62000, 67000, 75000];
let total = 0;

Console
[
62000
,
67000
,
75000
]
,
index.html
-2:52