Skip to content

Commit 2ab0c5d

Browse files
authored
Merge pull request #8 from aslanqwe/patch-4
Update index.html
2 parents 8f1e112 + eb6208a commit 2ab0c5d

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( "I'm JavaScript!" );
7+
alert( "Мен JavaScript!" );
88
</script>
99

1010
</body>

0 commit comments

Comments
 (0)