javascript-dom-3 Flashcards
1
Q
Why is it important to be able to retrieve and use data from inputs?
A
To be able to communicate with the user.
2
Q
Why is it dangerous to assume you have the correct data when creating elements?
A
You don’t want to assume, and do not trust the user.