nerdexam
CIW

1D0-635 · Question #3

Consider the following code: Which statement could be used to determine the value of the first radio button?

The correct answer is B. document.myForm.rdoGroup1[0].value. See the full explanation below for the reasoning.

Question

Consider the following code:

Which statement could be used to determine the value of the first radio button?

Exhibit

1D0-635 question #3 exhibit

Options

  • Adocument.rdoGroup1.value
  • Bdocument.myForm.rdoGroup1[0].value
  • Cdocument.getElementById(rdoGroup1).value
  • Ddocument.getElementById("rdoGroup1").value

How the community answered

(22 responses)
  • A
    9% (2)
  • B
    73% (16)
  • C
    5% (1)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full 1D0-635 Practice