scrimba
Frontend-utvikling JS #6
Fjerne elementer fra et array
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

Fjerne elementer fra et array
AboutCommentsNotes
Fjerne elementer fra et array
Expand for more info
index.js
run
preview
console

const bloggere = [1,2,3,4,5,6];

Console
index.html
-1:10