scrimba
Frontend-utvikling JS #1
Legge inn JavaScript på nettsiden
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

Legge inn JavaScript på nettsiden
AboutCommentsNotes
Legge inn JavaScript på nettsiden
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>JavaScript</h1>

</body>
</html>
Console
index.html
-3:24