Skip to content

Commit eb6208a

Browse files
authored
Update index.html
1 parent 8f1e112 commit eb6208a

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)