Skip to content

Commit 65864ee

Browse files
i solved more of problems
2 parents 1feea40 + 30f671a commit 65864ee

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
**Java Script Problem Solved**
1+
# 🚀 JavaScript Solved Problems
2+
3+
A collection of solved JavaScript problems, including fundamental concepts, algorithms, and real-world coding challenges.
4+
5+
## 🌐 Repository Link
6+
🔗 [JS Solved Repository](https://github.com/shihabuddin-dev/js-solved)
7+
8+
## 📌 Overview
9+
This repository is designed to help developers learn and practice JavaScript by solving various problems. It covers topics such as:
10+
- JavaScript Basics (Variables, Functions, Loops, etc.)
11+
- DOM Manipulation
12+
- Algorithms & Data Structures
13+
- ES6+ Features
14+
- Real-World Coding Challenges
15+
16+
## 📂 Folder Structure
17+
```
18+
js-solved/
19+
│── basic/ # Fundamental JavaScript problems
20+
│── dom/ # DOM manipulation challenges
21+
│── algorithms/ # Data structures & algorithmic solutions
22+
│── es6/ # Modern ES6+ JavaScript problems
23+
│── real-world/ # Practical use-case challenges
24+
└── README.md
25+
```
26+
27+
## 🛠️ Getting Started
28+
### 🚀 Clone the Repository
29+
To use this repository on your local machine, follow these steps:
30+
```bash
31+
# Clone the repository
32+
git clone https://github.com/shihabuddin-dev/js-solved.git
33+
34+
# Navigate to the directory
35+
cd js-solved
36+
```
37+
### 📜 Run the JavaScript Files
38+
You can execute JavaScript files using Node.js or in the browser console.
39+
```bash
40+
node basic/example.js
41+
```
42+
43+
## 🤝 Contributing
44+
Contributions are welcome! If you have any additional solutions or improvements, feel free to fork the repository and submit a pull request.
45+
46+
## 📞 Contact
47+
💡 Developed by **Shihab** 🚀
48+
😎 Facebook: [Shihab Uddin](https://www.facebook.com/shihabuddinReal/)
49+
👨🏅 LinkedIn: [Shihab Uddin](https://www.linkedin.com/in/shihabuddinreal)
50+
🐙 GitHub: [Shihabuddin-dev](https://github.com/shihabuddin-dev)
51+
52+
---
53+
_Keep Coding & Solving Challenges! 🚀_

0 commit comments

Comments
 (0)