Merge pull request #1486 from javascript-tutorial/paroche-patch-4

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-20 09:24:18 +03:00 committed by GitHub
commit ebd69e25bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ But the attribute-property mapping is not one-to-one! In this chapter we'll pay
## 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.