nerdexam
Microsoft

98-382 · Question #6

What should you do?

The correct answer is D. Change line 10 to `var option = document.forms.orderForm["heatIndex"].value;`. See the full explanation below for the reasoning.

Question

What should you do?

Options

  • AChange line 07 to <button onchange = "checkWarning();">Order</button>
  • BChange line 07 to <button onclick = "checkWarning;">Order</button>
  • CChange line 10 to var option.value = document.forms.orderForm["heatIndex"];
  • DChange line 10 to var option = document.forms.orderForm["heatIndex"].value;

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    84% (21)

Community Discussion

No community discussion yet for this question.

Full 98-382 Practice