Skip to content

Commit 8e8241c

Browse files
authored
Merge pull request #365 from TheHakan/patch-1
Update index.html
2 parents d09ad7c + b11f537 commit 8e8241c

File tree

1 file changed

+2
-2
lines changed
  • 1-js/03-code-quality/01-debugging-chrome/debugging.view

1 file changed

+2
-2
lines changed

1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<script src="hello.js"></script> Bu sayfa yazdığımız örneklerin doğruluğunu kontrol etmek için hazırlanmıştır.
77

88
<script>
9-
merhaba("Ahmet");
9+
hello("Ahmet");
1010
</script>
1111

1212
</body>
1313

14-
</html>
14+
</html>

0 commit comments

Comments
 (0)