create-modify-element - Add outro

This commit is contained in:
2020-10-16 19:30:52 +05:30
parent bde27f4cf6
commit dde35f6e36
+5
View File
@@ -230,3 +230,8 @@ outerEle.appendChild(fragment)
``` ```
<MDN title="Document Fragment" url="https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment" /> <MDN title="Document Fragment" url="https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment" />
--------
In the next section, we'll see how to read information from a DOM element.