scrimba
Frontend-utvikling JS #2
Hva er konstanter
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

Hva er konstanter
AboutCommentsNotes
Hva er konstanter
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Konstanter</h1>
<p>Konstanter er verdier som ikke endrer seg</p>

<script>



</script>

</body>
</html>
Console
index.html
-5:23