A structured repository to document my learning progress in JavaScript — from fundamentals to advanced concepts.
This repository contains exercises, notes, and small projects organized into modules. The goal is to build a solid understanding of JavaScript through consistent practice of its fundamentals and advanced concepts.
javascript-study-journey/
│
├── fundamentals/
│ ├── part_1_environment/
│ ├── part_2_variables/
│ ├── part_3_data-structures/
│ ├── part_4_functions/
│ └── part_5_javaES6/
│
├── advanced/
│ └── (in progress)
│
├── projects/
│ └── (coming soon)
│
├── README.md
└── LICENSE
-
Environment setup
-
Variables and basic operations
-
Data structures
-
Functions, callbacks, and global object
-
ES6+ features:
- Arrow functions
- Destructuring
- Rest & Spread
- More complex JavaScript concepts will be added here
- Practical applications using the concepts learned
- Strengthen JavaScript fundamentals
- Improve problem-solving skills
- Build a solid foundation for real-world development
- Prepare for advanced topics and frameworks
- Fundamentals (in progress)
- Advanced
- Projects
- JavaScript (ES6+)
- Node.js (optional)
- Browser APIs
🚧 This repository is actively being updated as I continue learning.
This is a personal learning project, but suggestions and feedback are always welcome.