Skip to content

Commit 0c773ac

Browse files
author
Veljko Pejović
authored
Update index.html
1 parent 8848904 commit 0c773ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view

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

1010
</body>
1111

12-
</html>
12+
</html>

0 commit comments

Comments
 (0)