Kizspy Question: 18
(Choose 1 answer)
function change(obj)
{
while(obj.length>0)
}
obj.remove(0);
<select onchange="change(this)">
<option>XS</option>
<option>S</option>
<option>M</option>
BUBVERA.JM ***
</select>
Choose a right statement?
A. None of the others
B. Remove an option
C. Remove an option by zero-based index
D. Remove all options by their index