Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 564 Bytes

File metadata and controls

21 lines (17 loc) · 564 Bytes

JavaScript Learning Journey

This repository contains my JavaScript learning and practice work, starting from basics and gradually moving towards more advanced concepts and mini projects.

The purpose of this repository is to:

  • Practice JavaScript concepts
  • Track my learning progress
  • Build a strong foundation for web development
  • Showcase my work on GitHub

Topics Covered

  • JavaScript Basics (variables, data types, operators)
  • Conditional statements
  • Loops
  • Functions
  • Arrays & Objects
  • DOM Manipulation
  • Events
  • Basic Mini Projects