Welcome to javascript-foundations β a personal repository where I document my journey learning JavaScript through The Odin Project.
This repo includes:
- β Exercises and practice problems
- π Notes and summaries of each lesson
- π§ͺ Code experiments and small projects
From The Odin Projectβs Foundations curriculum.
Includes:
- Variables, data types, and operators
- Functions and control flow
- Arrays and loops
- DOM basics
- Developer tools and debugging
π Folder: foundations/
From The Odin Projectβs Full Stack JavaScript path.
Includes:
- Scope and closures
- Objects and
this
- DOM manipulation
- Event-driven programming
- Asynchronous JavaScript (Promises, async/await)
- Project work (e.g. calculator, library app)
π Folder: full-stack-javascript-course/
- I create a new file or folder for each lesson.
- I take notes in markdown or inline comments.
- I try to explain concepts in my own words.
- I revisit tricky topics to reinforce understanding.
- Build a solid understanding of JavaScript fundamentals.
- Practice regularly with exercises and mini-projects.
- Document progress for future reference and review.
This learning journey is powered by The Odin Project β a free, open-source curriculum for aspiring web developers.
This project is for personal learning purposes. Feel free to fork or reference it if you find it helpful!