Files
30-seconds-of-code/glossary/Element.md
Angelos Chalaris 2c1635a73a Update Element.md
2018-07-17 20:59:26 +03:00

258 B

Element

A JavaScript representation of a DOM element commonly returned by document.querySelector() and document.createElement(). They are used when creating content with JavaScript for display in the DOM that needs to be programatically generated.