diff --git a/1-js/03-code-quality/01-debugging-chrome/debugging.view/hello.js b/1-js/03-code-quality/01-debugging-chrome/debugging.view/hello.js
index 4236740e8..f8a8131ec 100644
--- a/1-js/03-code-quality/01-debugging-chrome/debugging.view/hello.js
+++ b/1-js/03-code-quality/01-debugging-chrome/debugging.view/hello.js
@@ -1,9 +1,9 @@
-function hello(name) {
- let phrase = `Hello, ${name}!`;
+function hello(ad) {
+ let mesaj = `Salam, ${ad}!`;
- say(phrase);
+ yaz(mesaj);
}
-function say(phrase) {
- alert(`** ${phrase} **`);
+function say(mesaj) {
+ alert(`** ${mesaj} **`);
}
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 6c651e854..31bbdd044 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
@@ -4,7 +4,7 @@
- An example for debugging.
+ Sazlama üçün nümunə.