Skip to content

This repository contains various JavaScript programs, projects, and examples demonstrating fundamental and advanced concepts of the language.

Notifications You must be signed in to change notification settings

kurmirajendra/Java-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’› JavaScript Repository πŸ’›

✨ Learning and Practicing Core JavaScript Concepts ✨

JavaScript animation


πŸ“˜ About This Repository

Welcome to my JavaScript learning journey!
Here, I’ve practiced and explored all the essential and intermediate concepts of JavaScript that form the foundation of web development.
This repo is my collection of scripts, experiments, and mini projects πŸ’»βœ¨


🧠 Topics Covered

🏁 Basics

  • Variables (let, const, var)
  • Data Types (String, Number, Boolean, Object, Undefined, Null)
  • Operators (Arithmetic, Comparison, Logical, Assignment)
  • Conditional Statements (if, else, switch)

πŸ” Loops & Functions

  • for, while, do...while loops
  • Functions & Function Expressions
  • Arrow Functions (=>)
  • Scope (Global, Local, Block)

πŸ“¦ Arrays & Objects

  • Array methods (map, filter, reduce, forEach)
  • Object creation and manipulation
  • Destructuring assignment
  • Spread & Rest operators

🌐 DOM Manipulation

  • Selecting Elements (getElementById, querySelector)
  • Changing content and styles
  • Creating and removing elements dynamically
  • Event Handling (click, input, submit, etc.)

βš™οΈ Advanced Concepts

  • Callbacks, Promises, and Async/Await
  • JSON and LocalStorage
  • ES6+ Features (Template literals, Modules, Classes)
  • Error Handling (try...catch)

πŸš€ How to Run

  1. Clone the repository:
    git clone https://github.com/kurmirajendra/JavaScript.git

About

This repository contains various JavaScript programs, projects, and examples demonstrating fundamental and advanced concepts of the language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published