här är scriptet:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" c charset=utf-8">
<title>Övning 2</title>
</head>
<body>
< script>
var text = prompt('Ange antal veckor');
var timmar = 24 * 7 + text;
alert(text + ' veckor är ' + timmar + ' timmar');
< / script>
</body>
</html>
Ta bort mellanslagen på Scripten
Ingen status