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 5f7b42f commit d5b38c4Copy full SHA for d5b38c4
manual/en-US/coding-standards/chapters/javascript.md
@@ -8,7 +8,7 @@ Variables and Functions should be camel case, starting with a lowercase letter:
8
9
**Use names that describe what the string is:**
10
11
-`var element = document.getElementByID('elementId');`
+`var element = document.getElementById('elementId');`
12
13
**Iterators are the exception**
14
0 commit comments