Files
30-seconds-of-code/glossary/Element.md
Robert Mennell c65660c636 create Element glossary for disambiguation
I'm curious if this works well enough. Should there also be a way for us to include optional examples?
2018-07-16 17:42:31 -07:00

256 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.