Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cb00830

Browse files
committed
Update and rename JavaScript Coding Conventions to JavaScript Name and Coding Conventions
fix some typos
1 parent acd7467 commit cb00830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎JavaScript Coding Conventions renamed to ‎JavaScript Name and Coding Conventions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| Local variables | CamelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
88
| Constants name | PascalCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
99
| Field name | CamelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
10+
1011
***
1112
Coding conventions are style guidelines for programming. They typically cover:
1213

@@ -26,7 +27,8 @@ Always use the same naming convention for all your code. For example:
2627
4. Do not use under_scores in variable, constants, function arguments or function names;
2728
5. Do not use hyphens in JavaScript names.
2829
***
29-
#### Naming Conventions
30+
31+
## Naming Conventions
3032

3133
Do use PascalCasing for function names:
3234

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /