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 ff9e2e2 commit dd9833cCopy full SHA for dd9833c
2-ui/4-forms-controls/1-form-elements/article.md
@@ -12,7 +12,7 @@ That's a so-called "named collection": it's both named and ordered. We can use b
12
13
```js no-beautify
14
document.forms.my; // the form with name="my"
15
-document.forms[0] // the first form in the document
+document.forms[0]; // the first form in the document
16
```
17
18
When we have a form, then any element is available in the named collection `form.elements`.
0 commit comments