Daily JavaScript Solved Questions 🚀 This repository is my daily log of JavaScript coding challenges. My goal is to consistently practice and improve my skills by solving one problem every day. Each folder is named by date and contains the problem description and my solution.
Structure 📁 2025-09-05 folder: Each day's solution is in its own folder (e.g., 2025-09-18).
README.md: This file inside each folder explains the problem, the solution, and any key concepts I learned.
solution.js: This file contains the actual code.
My Progress ✅ Here's a list of my recent progress. You can click on the links to view the solutions and explanations.
[2025-09-18]: Problem Title, e.g., "Reversing a string without built-in methods."
[2025-09-17]: Problem Title, e.g., "Finding the sum of all odd numbers in an array."
[2025-09-16]: Problem Title, e.g., "Checking if a number is a prime number."
How to Use This 🤔 This repository is for my personal use, but feel free to explore! You can clone the repository to run the code, or just read the explanations to see my thought process. All the code is open-source.
Happy coding! ✨