We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd54953 + aa4332c commit 28c1e15Copy full SHA for 28c1e15
2 files changed
1-js/02-first-steps/01-hello-world/1-hello-alert/index.html
@@ -4,7 +4,7 @@
4
<body>
5
6
<script>
7
- alert( "Ik ben JavaScript" );
+ alert( "Ik ben JavaScript!" );
8
</script>
9
10
</body>
1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html
@@ -4,9 +4,9 @@
11
12
-</html>
+</html>
0 commit comments