tr.javascript.info
tr.javascript.info copied to clipboard
Update index.html
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.