You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,18 @@ This repository is open to all members of the GitHub community. Any member may c
10
10
11
11
This repostiory is for beginners of JavaScript who want to contribute to open source. You can learn and contribute to this repository. It contains basic JavaScript projects, that all beginners should know.
12
12
13
+
There are three types of projects in this repository:
14
+
- Easy:
15
+
- These projects are easy to understand and implement. They are for beginners.
16
+
- Medium:
17
+
- These projects are a little bit difficult to understand and implement. They are for intermediate level programmers.
18
+
- Hard:
19
+
- These projects are difficult to understand and implement. They are for advanced programmers.
20
+
13
21
## Rules
14
22
- Please be respectful to everyone.
15
23
- Please don't spam.
16
24
- Please don't make any changes to the README.md file.
17
-
- Please don't make any changes to the index.html file.
0 commit comments