create-modify-element - Add MDN link for appendChild

This commit is contained in:
2020-10-16 02:07:33 +05:30
parent 74eed9ebea
commit fc66060c59
+2
View File
@@ -145,3 +145,5 @@ eleDiv.appendChild(eleH1)
💔 `.appendChild()` only allows a single element as input. 💔 `.appendChild()` only allows a single element as input.
</Admonition> </Admonition>
</Accordion> </Accordion>
[Read on MDN](https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild)