Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.29 KB

File metadata and controls

64 lines (47 loc) · 1.29 KB

📘 JavaScript Learning Repository

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 🚀


🧠 What I’m Learning

Some of the topics covered (and upcoming):

  • JavaScript Basics
    • Variables (var, let, const)
    • Data Types
    • Operators
  • Control Flow
    • if / else
    • switch
    • 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.)


🛠️ Tools Used

  • JavaScript (ES6+)
  • VS Code
  • Browser Console / Node.js

🎯 Goals

  • Build a strong JavaScript foundation
  • Practice consistently
  • Prepare for real-world projects
  • Improve problem-solving skills

🛠️ Tools Used

  • JavaScript (ES6+)
  • VS Code
  • Browser Console / Node.js

🎯 Goals

  • Build a strong JavaScript foundation
  • Practice consistently
  • Prepare for real-world projects
  • Improve problem-solving skills

Happy Coding! 💻🔥