This repository documents my progress as I learn JavaScript, following the advice of Philli Choi, who recommended starting with the book Eloquent JavaScript.
Sharing this journey publicly helps me stay committed and track my growth over time.
Primary Book: Eloquent JavaScript
Iβm working through each chapter, taking notes, solving exercises, and building small projects to reinforce the concepts.
my_JS_learning_journey/
β
βββ chapter_01_values_types_operators/
β βββ README.md # Notes, explanations, summaries
β βββ examples.js # Code snippets from the chapter
β βββ exercises.js # Exercise solutions
β
βββ chapter_02_program_structure/
β βββ README.md
β βββ examples.js
β βββ exercises.js
β
βββ chapter_03_functions/
β βββ README.md
β βββ examples.js
β βββ exercises.js
β
βββ README.md # Main repo overview
- Build a strong foundation in JavaScript fundamentals
- Practice consistently and document everything
- Develop clean, readable, maintainable code
- Stay accountable by learning in public
| Date | Chapter / Task | Status | Notes |
|---|---|---|---|
| 2025β12β25 | Started the journey | βοΈ | Created repo + announcement |
| 2025β12β26 | Chapter 1 | βοΈ | example + README.md completed |
| 2025β12β28 | Chapter 2 | βοΈ | all exercises have been done successfully |
| 2026β01β02 | Chapter 3 | βοΈ | all exercises have been done successfully |
| 2026β01βxx | Chapter 4 | β¬οΈ | |
| 2026β01βxx | Chapter 5 | β¬οΈ | |
| ... | ... | ... | ... |
If you have tips, resources, or feedback, feel free to open an issue or reach out.