Update article.md
This commit is contained in:
parent
f19274156d
commit
41dd4a724c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ The first thing is nice. The second is tolerable, because we can use `Array.from
|
|||
```warn header="DOM collections are read-only"
|
||||
DOM collections, and even more -- *all* navigation properties listed in this chapter are read-only.
|
||||
|
||||
We can't replace an child by something else assigning `childNodes[i] = ...`.
|
||||
We can't replace a child by something else assigning `childNodes[i] = ...`.
|
||||
|
||||
Changing DOM needs other methods, we'll see them in the next chapter.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue