eeaatats · 5 points ·
well hello

eeaatats · 7 points ·
what does a delightful gentleman of sub-Saharan descent need to do to get some eel d

eeaatats · 8 points ·
I don't know why I expected anything else

eeaatats · 1 points ·
Pretty sure it's the ratio of testosterone to estrogen present while in the womb, with higher testosterone meaning longer ring finger. It's not that unusual for men to have a longer index finger than ring finger.

eeaatats · 4 points ·
"haha yes"
...
"haha yes"

eeaatats · 1 points ·
Hey that's my mum

eeaatats · 2 points ·
It's shown in dev tools which displays code after parsing and execution. Yeah fair point about vars

eeaatats · 2 points ·
Bloody oath, that's basically my job too

eeaatats · 4 points ·
That code wasn't written by hand, it would be generated by JavaScript. This code is all you need to generate the options, although adding type="number" to a text field is still a much better idea:
var options="";
for(var i=0;i<10000;i++){
var val=("0000" + i).slice(-4);
options+="<option value="+val+">val</option>";}
select.innerHTML=options;

End reached.
:(