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.
- β 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)
- Each topic will have its own folder or
.jsfile with practice examples. - Iβll also add notes or markdown files for quick reference.
- Functions (declaration, expression, arrow functions)
- Arrays & Objects
- DOM Manipulation
- Events in JavaScript
- Mini Projects
This repo is mainly for my personal practice, but suggestions, issues, and improvements are always welcome.