Skip to content

Commit 8312512

Browse files
committed
Update JavaScript Name and Coding Conventions.md
1 parent 9a79758 commit 8312512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScript Name and Coding Conventions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Field name | CamelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
1010

1111

12-
##Coding conventions are style guidelines for programming. They typically cover:
12+
## Coding conventions are style guidelines for programming. They typically cover:
1313

1414
1. Naming and declaration rules for variables and functions.
1515
1. Rules for the use of white space, indentation, and comments.
@@ -55,7 +55,7 @@ Do use camelCasing for function arguments and local variables:
5555

5656
*Note: Don't start names with a $ sign. It will put you in conflict with many JavaScript library names.*
5757

58-
#### Spaces Around Operators
58+
### Spaces Around Operators
5959

6060
Always put spaces around operators ( = + / * ), and after commas:
6161

0 commit comments

Comments
 (0)