Update article.md
Rewrote phrasing pointed out in feedback
This commit is contained in:
parent
18417c349d
commit
8806d5b8ec
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ For instance:
|
|||
</script>
|
||||
```
|
||||
|
||||
There may be multiple elements with the same name. This is often the case for radio buttons or checkboxes.
|
||||
There may be multiple elements with the same name. This is typical with radio buttons and checkboxes.
|
||||
|
||||
In these cases, `form.elements[name]` is a *collection*. For instance:
|
||||
In that case, `form.elements[name]` is a *collection*. For instance:
|
||||
|
||||
```html run height=40
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue