JavaScript Coding Practice
A collection of JavaScript exercises, coding challenges, and problem-solving practice. This repo is my personal playground to strengthen JS fundamentals, explore algorithms, and write cleaner code.
📌 About
Covers basics to advanced JavaScript concepts. Includes problems from platforms like LeetCode, HackerRank, and custom exercises. Each solution is written in clean, beginner-friendly JavaScript. Focused on building problem-solving skills + JS mastery.
🚀 Topics Covered
Variables, Functions, and Scope Arrays & Strings Objects & Classes Recursion Data Structures (Stack, Queue, Linked List, etc.) Algorithms (Sorting, Searching, Dynamic Programming) ES6+ Features
📂 Repository Structure
📦 javascript-coding-practice
┣ 📜 arrays/
┣ 📜 strings/
┣ 📜 recursion/
┣ 📜 dsa/
┗ 📜 README.md
⚡ How to Run
Clone the repo:
git clone https://github.com//javascript-coding-practice.git cd javascript-coding-practice
Run a file (example):
node arrays/two-sum.js
🌱 Progress Tracker
✅ Arrays basics
✅ Strings basics
🔄 Recursion (in progress)
⏳ Dynamic Programming (coming soon)
📖 License This repo is licensed under the MIT License