Question: How do you set a default value for an uncontrolled form field?

  1. Use the `value` property.
  2. Use the `defaultValue` property.
  3. Use the `default` property.
  4. It assigns one automatically.

Answer: The correct answer of the above question is Option B:Use the `defaultValue` property.