From b11f537ce9fc3900c23de5894a812808107e3243 Mon Sep 17 00:00:00 2001 From: Khagan Karimi <43370132+TheHakan@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:46:46 +0400 Subject: [PATCH] Update index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The function call was changed from merhaba("Ahmet"); to hello("Ahmet"); to match the name of the JavaScript file being imported (hello.js). Fonksiyon çağrısı merhaba("Ahmet"); yerine hello("Ahmet"); olarak değiştirildi çünkü içe aktarılan JavaScript dosyasının adı hello.js. --- .../01-debugging-chrome/debugging.view/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html b/1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html index 4fc3844e0..099e92a96 100644 --- a/1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html +++ b/1-js/03-code-quality/01-debugging-chrome/debugging.view/index.html @@ -6,9 +6,9 @@ Bu sayfa yazdığımız örneklerin doğruluğunu kontrol etmek için hazırlanmıştır. - \ No newline at end of file +