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.
2 parents 84ecef0 + d5b38c4 commit 5a704c2Copy full SHA for 5a704c2
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