Skip to content

Commit 8e078db

Browse files
committed
Add content to glossary
1 parent 80ebb93 commit 8e078db

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Level-0/00-Tools-of-the-Trade/Glossary.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,11 @@ a copy of "x".
10061006
* `Element`
10071007

10081008
- A single part of a larger group. In the case of HTML, an element represents a section of the document. Each element
1009-
is an object contained within the document object. These have properties and methods just like any object. These are used
1010-
to configure the page to look and behave as the developer wishes. The term `element` is used to refer to any part
1011-
a larger whole.
1009+
is an object contained within the document object.
1010+
These have properties and methods just like any object.
1011+
These are used to configure the page to look and behave
1012+
as the developer wishes. The term `element` is used to
1013+
refer to any part a larger whole.
10121014

10131015
* `Else Statement`
10141016

@@ -1053,7 +1055,3 @@ a copy of "x".
10531055
a name (make sure to include the `.js` suffix to your
10541056
filename), write your code, then execute that code in the terminal by typing "node name-of-your-file.js".
10551057
Boom! It runs!
1056-
1057-
* `Environment Variable`
1058-
1059-
-

0 commit comments

Comments
 (0)