Skip to content

Commit b8c9444

Browse files
committed
instruction and description added added
1 parent 2ad6c9a commit b8c9444

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<div style="text-align: center">
2+
3+
# JavaScript Problem Solving
4+
5+
</div>
6+
7+
There are many ways to solve a problem. This repository is a collection of different ways to solve a problem. The solutions are written in JavaScript. The solutions are not necessarily the best solutions, but they are solutions.
8+
9+
## How to use this repository
10+
11+
Each problem is in its own folder. Each folder contains a README.md file that describes the problem. The README.md file also contains a link to the solution. The solution is in the solution.js file.
12+
13+
## How to contribute
14+
15+
If you have a solution to a problem, please submit a pull request. If you have a problem that you would like to see solved, please submit an issue.
16+
We will be glad if you add your problem and solution to this repository. Get started by forking this repository.
17+
18+
1. Fork this repository
19+
2. Clone your forked repository
20+
3. Create a new branch
21+
4. Add your problem and solution
22+
5. Commit and push your changes
23+
6. Create a pull request
24+
25+
26+
## How to run the solutions
27+
28+
Each solution is written in JavaScript. You can run the solutions in your browser's console or in Node.js or any IDE like **VSCODE**.
29+
30+
## Problems Collection
31+
You will find all the common/beginner level problems in this repository.
32+
33+

0 commit comments

Comments
 (0)