CIW
1D0-635 · Question #57
1D0-635 Question #57: Real Exam Question with Answer & Explanation
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");
Community Discussion
No community discussion yet for this question.
