I have started my journey of **problem-solving with JavaScript** on [CodeWars](https://www.codewars.com). This repository will serve as a place to track my progress, store solutions, and document my learning experience as I solve challenges of varying difficulty.
## Repository Structure
- `easy/` - Beginner-level challenges
- `medium/` - Intermediate-level challenges
- `hard/` - Advanced-level challenges
Each folder will contain JavaScript files with solutions to specific challenges, along with brief problem descriptions and test cases.
---
## How to Run the Solutions
Make sure you have **Node.js** installed on your system. You can run any solution file by navigating to the appropriate folder and executing it with:
```bash
node easy/solution1.js
- ✅ Started with easy challenges
- 🔄 Working on medium challenges
- ⏳ Planning to tackle hard challenges soon
I chose CodeWars because it offers a great platform to improve problem-solving skills through real-world programming challenges. The platform also allows you to compare your solutions with others, helping me learn better coding practices and optimization techniques.
This repository is part of my personal learning journey. However, if you have suggestions for improvements or alternate solutions, feel free to open a pull request or create an issue.
If you want to collaborate or discuss JavaScript problems, you can reach out to me through:
- GitHub: Nadim-Nion
- LinkedIn: Nadim Mahmud Nion
This project is licensed under the MIT License - feel free to use the code as you like!