Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28c1e15

Browse files
committedOct 15, 2020
Merge remote-tracking branch 'origin/master' into master
2 parents dd54953 + aa4332c commit 28c1e15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>

‎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)
Please sign in to comment.