File tree Expand file tree Collapse file tree
Level-0/00-Tools-of-the-Trade Expand file tree Collapse file tree Original file line number Diff line number Diff 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- -
You can’t perform that action at this time.
0 commit comments