write a for loop in java script code example Example: for loop javascript var i; for (i = 0; i < cars.length; i++) { text += cars[i] + "<br>"; }