Skip to content

Commit c578207

Browse files
authored
331. satırdaki kodda unutulan "input" çevirisi
kodda ingilizcedeki "input" değeri "giris" olarak değiştirilmiş fakat bir yerde değiştirmeyi unutulmuş ve "input" olarak kalmış. Böyle olunca da kod çalışmıyor haliyle.
1 parent 528ea5a commit c578207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/02-first-steps/12-while-for/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Aşağıdaki gibi:
328328
let giris = prompt(`Kordinattaki değer (${i},${j})`, '');
329329

330330
// Eğer iptal edildi veya boş bir değer girildiyse dışarıdaki döngüyü de kır.
331-
if (!input) *!*break ust_dongu*/!*; // (*)
331+
if (!giris) *!*break ust_dongu*/!*; // (*)
332332

333333
// değer ile birşeyler yap.
334334
}

0 commit comments

Comments
 (0)