Skip to content

PMA365/my_JS_learning_journey

Repository files navigation

πŸ“˜ My JavaScript Learning Journey

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.


πŸ“š Learning Source

Primary Book: Eloquent JavaScript

I’m working through each chapter, taking notes, solving exercises, and building small projects to reinforce the concepts.


πŸ—‚οΈ Repository Structure

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

🎯 Goals

  • Build a strong foundation in JavaScript fundamentals
  • Practice consistently and document everything
  • Develop clean, readable, maintainable code
  • Stay accountable by learning in public

πŸ“… Progress Tracker

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 ⬜️
... ... ... ...

πŸ’¬ Feedback & Suggestions

If you have tips, resources, or feedback, feel free to open an issue or reach out.

Last Update

About

My learning process of JS inspired by Phillip Choi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors