|
1 | | -# Welcome to Javascript community |
| 1 | +# Welcome to JavaScript community |
2 | 2 |
|
3 | 3 | ### **Describe your change:**
|
4 | 4 |
|
|
12 | 12 | * [ ] This pull request is all my own work -- I have not plagiarized.
|
13 | 13 | * [ ] I know that pull requests will not be merged if they fail the automated tests.
|
14 | 14 | * [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
|
15 | | -* [ ] All new Javascript files are placed inside an existing directory. |
| 15 | +* [ ] All new JavaScript files are placed inside an existing directory. |
16 | 16 | * [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
|
17 | 17 | **Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
|
18 | 18 | * [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
|
|
0 commit comments