This repository contains my JavaScript learning journey โ including practice files, examples, and small experiments as I explore core and advanced JavaScript concepts.
Iโm using this repo to track progress, revise topics, and build a strong foundation in JavaScript ๐
Some of the topics covered (and upcoming):
- JavaScript Basics
- Variables (
var,let,const) - Data Types
- Operators
- Variables (
- Control Flow
if / elseswitch- Loops (
for,while,do...while)
- Functions
- Function declarations
- Arrow functions
- Arrays & Objects
- String & Array methods
- DOM Manipulation
- Events
- ES6+ Features
- Async JavaScript
- Callbacks
- Promises
async / await
(This list will grow as I learn more.)
- JavaScript (ES6+)
- VS Code
- Browser Console / Node.js
- Build a strong JavaScript foundation
- Practice consistently
- Prepare for real-world projects
- Improve problem-solving skills
- JavaScript (ES6+)
- VS Code
- Browser Console / Node.js
- Build a strong JavaScript foundation
- Practice consistently
- Prepare for real-world projects
- Improve problem-solving skills
Happy Coding! ๐ป๐ฅ