What are the differences between innertext and textContent?
innerText returns the visible text contained in a node, while textContent returns the full text..
What datatype are the values you remove from a text input?
String
Why is it so important to be able to dynamically update text?
Because things change in a website while user interacts, so doc needs to update along with the user