From 627e3f8f1d3401a111b0d5ea1f9ee063f81fc79c Mon Sep 17 00:00:00 2001 From: Xin Yue Date: Wed, 14 Jun 2017 12:01:03 -0700 Subject: [PATCH] Create article.md --- 2-ui/1-document/06-dom-attributes-and-properties/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/06-dom-attributes-and-properties/article.md b/2-ui/1-document/06-dom-attributes-and-properties/article.md index 8a0f1d6e..bdfb51f0 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/article.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/article.md @@ -10,7 +10,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 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.