(Choose
1
function change(obj)
{
}
answer)
while(obj.length>0)obj.remove(0);
<select onchange="change(this)">
<option>XS</option>
<option>S</option>
<option>M</option>
</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
40/60-CAP
O: 42