function numbering(){

var i = 0;

while(i<10){

[removed](i);

i +=1

}

}

numering() <여기서 값을 화면에보이게하는거야?

그럼 documet.write(i) <는 무엇을의미하는거냐