Rate this script:  I Love it  /   I Hate it

JS: fast through a list


Code


var i = list.length;
for(i; i> 0; i--) {
        alert(i)
}
 

 

 
JS: fast through a list scripts | JS: fast through a list snippet | JS: fast through a list example | JS: fast through a list tutorial | JS: fast through a list code