Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 1.4 KB

File metadata and controls

83 lines (50 loc) · 1.4 KB

📅 JavaScript Learning Progress Log

This file tracks my daily progress as I work through Eloquent JavaScript and document everything in this repository.

2026-01-02

finally finished the whole chapter solved all the exercises successfully ✔️ Chapter 3 completed


2026-01-01

Happy New Year!

Studied the Closure


2025-12-31

Studied Chapter 3 up to the Call Stack


2025-12-30

learned how the costum roundTo function working


2025-12-29

chapter 3 files created

2025-12-28

Chapter 2 Studied the whole chapter solved all the exercises successfully ✔️ Chapter 2 completed


2025-12-27

Chapter 2 started learned what is bigInt and Symbol


2025-12-26

✔️ Chapter 1 completed example + README.md of Chapter 1 completed


2025-12-25

Chapter 1 — Values, Types, and Operators

  • Reached the section on the nullish coalescing operator (??)
  • Reviewed and practiced:
    • Logical OR (||)
    • Logical AND (&&)
    • Nullish coalescing (??)
  • Added multiple examples and usage notes to examples.js
  • Organized chapter folder structure for notes + code in one place

2025-12 Repository Setupup

  • Created the repository: my_JS_learning_journey
  • Wrote the main README
  • Announced the learning journey on LinkedIn
  • Set up chapter folder structure template

(This log will be updated daily as I continue reading, practicing, and building.)