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
Options
- Adocument.rdoGroup1.value
- Bdocument.myForm.rdoGroup1[0].value
- Cdocument.getElementById(rdoGroup1).value
- Ddocument.getElementById("rdoGroup1").value
How the community answered
(22 responses)- A9% (2)
- B73% (16)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.
