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 π»β¨
- Variables (let,const,var)
- Data Types (String, Number, Boolean, Object, Undefined, Null)
- Operators (Arithmetic, Comparison, Logical, Assignment)
- Conditional Statements (if,else,switch)
- for,- while,- do...whileloops
- Functions & Function Expressions
- Arrow Functions (=>)
- Scope (Global, Local, Block)
- Array methods (map,filter,reduce,forEach)
- Object creation and manipulation
- Destructuring assignment
- Spread & Rest operators
- Selecting Elements (getElementById,querySelector)
- Changing content and styles
- Creating and removing elements dynamically
- Event Handling (click, input, submit, etc.)
- Callbacks, Promises, and Async/Await
- JSON and LocalStorage
- ES6+ Features (Template literals, Modules, Classes)
- Error Handling (try...catch)
- Clone the repository:
git clone https://github.com/kurmirajendra/JavaScript.git 
