andrewheins
7/11/2012 - 4:36 PM

JS - For Loop

JS - For Loop

// JS for loop
for (var i = 0, len = DEF; i < len; i++) {
  
}