Update article.md
"there's a lot" -> "there are a lot",
This commit is contained in:
parent
15d0394161
commit
79e244757f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ But the attribute-property mapping is not one-to-one! In this chapter we'll pay
|
||||||
|
|
||||||
## DOM properties
|
## DOM properties
|
||||||
|
|
||||||
We've already seen built-in DOM properties. There's a lot. But technically no one limits us, and if it's not enough -- we can add our own.
|
We've already seen built-in DOM properties. There are a lot. But technically no one limits us, and if there aren't enough, we can add our own.
|
||||||
|
|
||||||
DOM nodes are regular JavaScript objects. We can alter them.
|
DOM nodes are regular JavaScript objects. We can alter them.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue