scrimba
Frontend Career Path
Essential JavaScript concepts
JS Mini Projects
The .map() 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 .map() Method
Expand for more info
index.js
run
preview
console
//Convert these Miles to KM! 
const distanceWalkedMilesArr = [140, 153, 161, 153, 128, 148]

const conversionFactorMilesToKm = 1.6
Console
/index.html
-6:37