Question: How do you set a default value for an uncontrolled form field?
- Use the `value` property.
- Use the `defaultValue` property.
- Use the `default` property.
- It assigns one automatically.
Answer: The correct answer of the above question is Option B:Use the `defaultValue` property.