tr.javascript.info
tr.javascript.info copied to clipboard
Modern JavaScript Tutorial in Turkish
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.
01-proxy
The first lines have been translated for now, but I will translate the rest in the near future.
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...
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,...
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,...