We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef862 commit 21d444fCopy full SHA for 21d444f
2-ui/1-document/07-modifying-document/1-createtextnode-vs-innerhtml/task.md
@@ -6,7 +6,7 @@ importance: 5
6
7
We have an empty DOM element `elem` and a string `text`.
8
9
-Which of these 3 commands do exactly the same?
+Which of these 3 commands will do exactly the same?
10
11
1. `elem.append(document.createTextNode(text))`
12
2. `elem.innerHTML = text`
0 commit comments