document.querySelectorAll('#mySelect option').forEach(o => o.remove());
for (var option of document.querySelectorAll('#DropList option')) { option.remove(); }