CIW
1D0-635 · Question #57
Consider the following select list: Which of the following will select the third option in the list?
The correct answer is C. var list = document.getElementById("numlist"). See the full explanation below for the reasoning.
Question
Consider the following select list:
Which of the following will select the third option in the list?
Exhibit
Options
- Avar list = document.getElementById("numlist");
- Bvar list = document.getElementById("numlist");
- Cvar list = document.getElementById("numlist");
- Dvar list = document.getElementById("numlist");
How the community answered
(41 responses)- A5% (2)
- B17% (7)
- C71% (29)
- D7% (3)
Community Discussion
No community discussion yet for this question.
