Update article.md

This commit is contained in:
Zearin 2021-01-25 10:55:45 -05:00 committed by GitHub
parent 8806d5b8ec
commit b93be7398a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Working with forms will be much more convenient when we learn them.
Document forms are members of the special collection `document.forms`.
That's a so-called **"named collection"**: it's both named and ordered. We can use both the name or the number in the document to get the form.
That's a so-called *"named collection"*: it's both named and ordered. We can use both the name or the number in the document to get the form.
```js no-beautify
document.forms.my - the form with name="my"