scrimba
Frontend Career Path
Making websites interactive
Chrome Extension
Arrays as parameters
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
Arrays as parameters
Expand for more info
index.js
run
preview
console
// Create a function, getFirst(arr), that returns the first item in the array



// Call it with an array as an argument to verify that it works
Console
/index.html
-1:54