Kaydet (Commit) 60660a2b authored tarafından Ali GOREN's avatar Ali GOREN

Fonksiyon isimleri ne yapmalı? Değişken düzeltildi

üst 9e46ecf7
......@@ -269,7 +269,7 @@ function tariheEkle(tarih, ay) {
// ...
}
const date = new Date();
const tarih = new Date();
// Fonksiyonun adına bakarak neyin nereye eklendiğini söylemek zor
tariheEkle(tarih, 1);
......@@ -281,7 +281,7 @@ function tariheAyEkle(ay, tarih) {
// ...
}
const date = new Date();
const tarih = new Date();
tariheAyEkle(1, tarih);
```
**[⬆ en başa dön](#içindekiler)**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment