scrimba
Kodekurs for ungdoms- og videregående skoler
Lær JavaScript
Lagre varer til en handleliste i 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

Lagre varer til en handleliste i et array
AboutCommentsNotes
Lagre varer til en handleliste i et array
Expand for more info
index.js
run
preview
console
const handleliste = document.querySelector("#handleliste");
const inpVare = document.querySelector("#inpVare");



inpVare.onchange = () => {

}
Console
index.html
-4:26