Ready for Review#149
Conversation
Updated solution.md for calendar-table
2-ui/1-document/07-modifying-document/11-append-to-list/
updated task.md
Update article.md
| : `parentElem`in alt ogeleri arasinda `node` ile birlikte `oldChild`i yenisiyle yer degistirir. | ||
|
|
||
| All these methods return the inserted node. In other words, `parentElem.appendChild(node)` returns `node`. But usually the returned value is not used, we just run the method. | ||
| Tüm bu yöntemler eklenen düğümü geri döndürür. Diger anlatimla,`parentElem.appendChild(node)` `node`i geri döndürür.Ama genellikle geri döndürülen değer kullanılmaz, sadece yöntemi çalıştırırız. |
There was a problem hiding this comment.
Noktadan sonra boşluk olmalı.
There was a problem hiding this comment.
Evet, haklısınız.
| ``` | ||
|
|
||
| ...Would lead to: | ||
| ...Suna yonlendirir: |
There was a problem hiding this comment.
:) Klavyemde Türkçe karakterler yok. Bu repo için görsel klavye kullanacağım
|
|
||
|
|
||
| ## Removal methods | ||
| ## Removal methodsğ |
There was a problem hiding this comment.
Sanırım burada bir yanlışlık olmuş.
There was a problem hiding this comment.
Evet, haklısınız
| ## Removal methodsğ | ||
|
|
||
| To remove nodes, there are the following methods: | ||
| Düğümleri kaldırmak için, aşaıdaki yöntemler vardır: |
There was a problem hiding this comment.
Yanlışlarımı düzelttiğiniz için teşekkür ederim.
| ``` | ||
|
|
||
| The call to `document.write(html)` writes the `html` into page "right here and now". The `html` string can be dynamically generated, so it's kind of flexible. We can use JavaScript to create a full-fledged webpage and write it. | ||
| `document.write(html)` çağrısı "burada ve şimdi" sayfasına 'html' yazar. `html` string dinamik olarak oluşturulmus olabilir, bu nedenle esnektir. Tam teşekküllü bir web sayfası oluşturmak ve yazmak için JavaScript kullanabiliriz. |
There was a problem hiding this comment.
Tam teşekküllü, çok güzel olmuş :))
|
Fatma hanım bir de lisans'ı kabul edebilir misiniz? |
|
@sahinyanlik |
|
Tamamdır, siz tamamlayınca tekrar bakalım bir de en son yaptığınız değişikliklere baktığımda sanki bazı yerleri geri almışsınız gibi gördüm. 48d0c72 burada örneğin |
|
Tabi tabi siz ne zaman isterseniz o zaman merge edelim. |
Türkçe karakter düzeltmeleri yapıldı.
|
Merhaba @sahinyanlik, |
|
Yardımlarınız için teşekkür ederim. |
No description provided.