We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03846c commit 849edf9Copy full SHA for 849edf9
manual/en-US/coding-standards/chapters/javascript.md
@@ -1,12 +1,14 @@
1
+## JavaScript
2
+
3
## Naming Conventions
4
5
Use descriptive words or terse phrases for names.
6
7
Variables and Functions should be camel case, starting with a lowercase letter: `likeThis`
8
-### Strings
9
+### Variables
10
-**Use names that describe what the string is:**
11
+**Use names that describe what the variable is:**
12
13
`var element = document.getElementById('elementId');`
14
0 commit comments