What is the difference between the parentNode and parentElement properties?
The parentElement property returns the “element” parent, while parentNode returns “any node” parent
Why is it important to be able to traverse the DOM?
White space,
Dom traversal is useful helping target properties within element w/ JS.
What kind of information is useful to store in custom attributes?
Description of said attributes.
most useful would be data-
type of attribute.