- html element
- all things are nodes and can be treated as objects
- Node tree
- DOM Objects
- standard DOM structure
- DOM Tree
Other
- var result - will set a variable, if it is outside of a function, it becomes a global variable
- if any part of the script is broken or bad syntax, none of it will work.
- the equals operator
= will set a value
== will compare