Skip to content

Commit aa4332c

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

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/01-hello-world/1-hello-alert

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55

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

1010
</body>

0 commit comments

Comments
 (0)