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)- A8% (2)
- B4% (1)
- C4% (1)
- D84% (21)
Community Discussion
No community discussion yet for this question.