Skip to content

Commit bd146e7

Browse files
authored
Update index.html
1 parent ef59d60 commit bd146e7

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view

1 file changed

+2
-2
lines changed

1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<body>
55

66
<script>
7-
alert( "Ik ben JavaScript" );
7+
alert( "Ik ben JavaScript!" );
88
</script>
99

1010
</body>
1111

12-
</html>
12+
</html>

0 commit comments

Comments
 (0)