https://github.com/omergulcicek/es6
ECMAScript 6 Türkçe çeviri
https://github.com/omergulcicek/es6
es6 javascript turkce-dokuman turkce-kaynak
Last synced: 3 days ago
JSON representation
ECMAScript 6 Türkçe çeviri
- Host: GitHub
- URL: https://github.com/omergulcicek/es6
- Owner: omergulcicek
- Created: 2018-07-03T10:36:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T20:44:58.000Z (about 6 years ago)
- Last Synced: 2025-04-10T04:39:24.090Z (6 months ago)
- Topics: es6, javascript, turkce-dokuman, turkce-kaynak
- Language: HTML
- Homepage: https://turkcedokuman.com/
- Size: 64.5 KB
- Stars: 40
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
ECMAScript 6 - Türkçe Doküman
omergulcicek.github.io/es6
Exploring JS dokümanının Türkçe'ye uyarlanmış halidir.
Birebir çeviri değildir; eklemeler, silmeler ve düzenlemeler olmuştur.
Hatalı yerlerin düzeltilmesi için pull request gönderebilirsiniz.
## Giriş
- [x] ECMAScript 6 (ES6) Hakkında
- [x] ES6 Hakkında Sık Sorulan SorularES6 Temel Özellikleri
- [x] var'dan const/let'e
- [x] IIFEs'den blocklara
- [x] Arrow fonksiyonları
- [x] Birden çok değer return etmek
- [x] for & forEach’ten for-of’a
- [x] Parametreleri varsayılan değerleriyle kullanmak
- [x] Parametre isimlerini kullanmak
- [x] apply()'den spread operatörlere
- [x] concat()'den spread operatörlere
- [x] constructorsden classlara
- [x] objelerden Map'lere
- [x] Yeni string fonksiyonları
- [x] Yeni array fonksiyonları
- [x] CommonJS modüllerinden ES6 modüllerine## Gelişmiş Özellikler
- [x] Yeni tamsayı değişmezleri
- [ ] Yeni string özellikleri
- [ ] Semboller
- [ ] Template değişmezleri
- [ ] Değişkenler ve scop
- [ ] Destructuring
- [ ] ParametrelerGüncellenecek