Merge pull request #691 from Chalarangelo/glossary-element-JS

#690 create Element glossary for disambiguation
This commit is contained in:
Angelos Chalaris
2018-07-17 21:04:43 +03:00
committed by GitHub

4
glossary/Element.md Normal file
View File

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