nerdexam
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

1D0-635 question #57 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)
  • A
    5% (2)
  • B
    17% (7)
  • C
    71% (29)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 1D0-635 Practice