scrimba
Frontend-utvikling JS #3
Bruk av prompt for input fra bruker
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

Bruk av prompt for input fra bruker
AboutCommentsNotes
Bruk av prompt for input fra bruker
Expand for more info
index.js
run
preview
console


function skrivMelding(navn) {
document.write("Hei " + navn + " har du det bra i dag?");
}

Console
index.html
-1:53