정홍주

Delete tlqkf.js

Showing 1 changed file with 0 additions and 7 deletions
for(var i =0; i<10;i++){
(function(i){
setTimeout(function(){
console.log(i);
},10);
})(i);
}
\ No newline at end of file