Welcome to my JavaScript Practice Repository!
Here you will find examples, exercises, and practice programs to learn  JavaScript concepts. π»β¨
This repository contains examples and exercises for:
- π’ Variables: var,let,const
- β‘ Operators: Arithmetic, Assignment, Comparison, Logical
- π Conditional Statements: if,else if,else,switch, ternary
- π Loops: for,while,do...while
- π Functions
- π Arrays & Objects
Each file contains multiple examples with clear explanations to make learning easier.
JavaScript-practices/ 
β
βββ 1_variables/ 
β βββ variables.js 
βββ 2_operators/ 
β βββ arithmetic.js 
β βββ assignment.js 
β βββ comparison.js 
β βββ logical.js 
βββ 3_conditionals/ 
β βββ if_else.js 
β βββ if_else_if.js 
β βββ ternary.js 
β βββ switch.js 
βββ index.html 
βββ README.md 
- 
π’ Variables and Data Types 
- 
β‘ Operators 
- 
π Conditional Statements 
- 
π Loops 
- 
π Functions 
- 
π Arrays and Objects 
- 
π» Visual Studio Code 
- 
β‘ Node.js 
- 
π Git & GitHub 
- 
π Google Chrome Console 
- 
π Loops (for, while, do...while) 
- 
π Functions and scope examples 
- 
π Arrays and objects 
- 
β¨ ES6 features (arrow functions, destructuring) 
- 
π DOM manipulation and events