scrimba
Frontend Career Path
Essential JavaScript concepts
JS Mini Projects
The .reduce() Method
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
The .reduce() Method
Expand for more info
index.js
run
preview
console
const rainJanuaryByWeek = [ 10, 20, 0, 122 ]



Console
/index.html
-6:06