An open API service indexing awesome lists of open source software.

https://github.com/halilxibrahim/javascripttutorialturkish

JavaScript Turkish Tutorial
https://github.com/halilxibrahim/javascripttutorialturkish

education javascript tutorial

Last synced: 7 months ago
JSON representation

JavaScript Turkish Tutorial

Awesome Lists containing this project

README

          

# JavaScript Öğrenme Rehberi
Bu rehber, JavaScript'i başlangıç seviyesinden başlayarak adım adım öğrenmek isteyenler için tasarlanmıştır. JavaScript'in temellerini anlamak, modern web geliştirme dünyasında başarılı olmanız için önemlidir.

# İçindekiler

01. [Veri Tipleri](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/veri-tipleri.js)
02. [Booleanlar](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/booleans.js),[Operatörler](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/operators.js),[Tarihler(Date)](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/date.js)
03. [Koşullu İfadeler](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/conditionals.js)
04. [Diziler](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/arrays.js)
05. [Döngüler](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/loops.js)
06. [Fonksiyonlar](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/functions.js)
07. [Nesneler]
08. [Yüksek Düzeyli Fonksiyonlar](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/highLevelFunctions.js)
09. [Set ve Maps](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/setAndMaps.js)
10. [Destructuring and Spread](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/DestructuringSpread.js)
11. [RegularExpressions](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/RegularExpressions.js)
12. [Console Methods](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/consoleMethods.js)
13. [Hata İşleme(Error Handling)](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/errorHandling.js)
14. [Sınıflar](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/class.js)
15. [JSON](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/json.js)
16. [Web Storage](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/webStorage.js)
17. [Promises](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/promise.js)
18. [Clean Code](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/cleanCode.js)
19. [DOM](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/dom.js)
20. [Event Listener](https://github.com/halilxibrahim/JavaScriptTutorialTurkish/blob/master/eventListener.js)