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
- Host: GitHub
- URL: https://github.com/halilxibrahim/javascripttutorialturkish
- Owner: halilxibrahim
- Created: 2024-02-08T13:49:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T16:39:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T03:36:10.631Z (about 1 year ago)
- Topics: education, javascript, tutorial
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)