Update JavaScript Name and Coding Conventions.md

This commit is contained in:
Konstantin
2015-01-14 15:15:10 +03:00
parent 9a79758873
commit 831251219f
+1 -1
View File
@@ -55,7 +55,7 @@ Do use camelCasing for function arguments and local variables:
*Note: Don't start names with a $ sign. It will put you in conflict with many JavaScript library names.*
#### Spaces Around Operators
### Spaces Around Operators
Always put spaces around operators ( = + / * ), and after commas: