tr.javascript.info icon indicating copy to clipboard operation
tr.javascript.info copied to clipboard

Modern JavaScript Tutorial in Turkish

Results 42 tr.javascript.info issues
Sort by recently updated
recently updated
newest added

Selam, emekleriniz için teşekkür ederim. Modüller “Dışa Aktarma ve Dahil Etme” sayfasında “"function-expressions-arrows" adresindeki makale bulunamadı” yazıyor. Bu makalenin adı değişmiş ya da kaldırılmış olabilir.

The first lines have been translated for now, but I will translate the rest in the near future.

changes requested

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...

review needed

This PR was automatically generated to merge changes from [en.javascript.info](https://github.com/javascript-tutorial/en.javascript.info/commits/master) at 540d753e **Conflicted files in this PR have labels ">>>..." with both sides of conflict. If you merge this PR,...

review needed

https://github.com/javascript-tutorial/tr.javascript.info/blob/master/1-js/04-object-basics/02-garbage-collection/article.md function evlilik(erkek, kadin) { kadin.bey = erkek; erkek.kadin = hanim; should be like: function evlilik(erkek, kadin) { erkek.bey = erkek; // bey = Mr kadin.hanim = kadin; // hanim...

This PR was automatically generated to merge changes from [en.javascript.info](https://github.com/javascript-tutorial/en.javascript.info/commits/master) at d78b01e9 **Conflicted files in this PR have labels ">>>..." with both sides of conflict. If you merge this PR,...

review needed

I have translated the complete Proxy and Reflect topic.

review needed