Create article.md

This commit is contained in:
Xin Yue 2017-06-14 12:01:03 -07:00 committed by GitHub
parent ce45bae4b0
commit 627e3f8f1d

View file

@ -10,7 +10,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 own own. 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.
DOM nodes are regular JavaScript objects. We can alter them. DOM nodes are regular JavaScript objects. We can alter them.