Skip to content

Latest commit

Β 

History

History
43 lines (25 loc) Β· 1.15 KB

File metadata and controls

43 lines (25 loc) Β· 1.15 KB

πŸš€ JavaScript Learning Journey

This repository is a collection of my practice, notes, and small code snippets as I learn JavaScript step by step.
I’ll be updating this repo regularly with new concepts, examples, and mini projects.

πŸ“Œ Topics Covered So Far

  • βœ… Installed Node.js (to run JS outside the browser)
  • βœ… Variables and Constants (let, const, var)
  • βœ… JavaScript History & Evolution
  • βœ… Data Types (Primitive & Reference types)
  • βœ… Type Conversion & Type Coercion
  • βœ… Operators (Arithmetic, Comparison, Logical, Assignment, etc.)
  • βœ… Switch Statement
  • βœ… Template Literals
  • βœ… Loops (for, while, do...while)

πŸ“‚ Structure of the Repo

  • Each topic will have its own folder or .js file with practice examples.
  • I’ll also add notes or markdown files for quick reference.

🎯 Next Steps

  • Functions (declaration, expression, arrow functions)
  • Arrays & Objects
  • DOM Manipulation
  • Events in JavaScript
  • Mini Projects

🀝 Contributions

This repo is mainly for my personal practice, but suggestions, issues, and improvements are always welcome.