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:
2
glossary/Element.md
Normal file
2
glossary/Element.md
Normal 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.
|
||||
Reference in New Issue
Block a user