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?
This commit is contained in:
Robert Mennell
2018-07-16 17:42:31 -07:00
committed by GitHub
parent b2896cdd2e
commit c65660c636

2
glossary/Element.md Normal file
View File

@ -0,0 +1,2 @@
### 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.