Skip to content

Balamaloth/JavaScript-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ JavaScript Practice Repository 🟨

Welcome to my JavaScript Practice Repository!
Here you will find examples, exercises, and practice programs to learn JavaScript concepts. πŸ’»βœ¨


πŸ“š About This Repository

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.


πŸ“ Folder Structure

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


🧠 Concepts Covered

  • 🟒 Variables and Data Types

  • ⚑ Operators

  • πŸ”€ Conditional Statements

  • πŸ” Loops

  • πŸ“ Functions

  • πŸ“‚ Arrays and Objects


πŸ›  Tools Used

  • πŸ’» Visual Studio Code

  • ⚑ Node.js

  • πŸ”— Git & GitHub

  • 🌐 Google Chrome Console


πŸš€ Future Additions

  • πŸ” Loops (for, while, do...while)

  • πŸ“ Functions and scope examples

  • πŸ“‚ Arrays and objects

  • ✨ ES6 features (arrow functions, destructuring)

  • 🌐 DOM manipulation and events


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published