Forms
- Controlled components are components that are controlled solely by React.
- We should wait to store it so theres no chance for errors in their responses.
The Conditional Operator Explained
Conditional Operator
- We use this to shorten our if statements to to one line.
- x===y ? console.log(true) : console.log(false)