for Loop

for (i = 0; i < array.length; i++) {
    document.write(array[1]);
}

while Loop
Home

Internet II: Day 2