Merge pull request #2483 from f6p/create-vs-inner-grammar

Improve modyfying document task one sentence grammar
This commit is contained in:
Ilya Kantor 2021-02-02 10:32:55 +03:00 committed by GitHub
commit 23674dd7f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ importance: 5
We have an empty DOM element `elem` and a string `text`.
Which of these 3 commands do exactly the same?
Which of these 3 commands will do exactly the same?
1. `elem.append(document.createTextNode(text))`
2. `elem.innerHTML = text`