Write a for-loop that iterates through arr. Start with the for loop keyword. Then, set the counter variable i to 0.

Sweet! But not done yet. We'll need to set a limit to the counter.

Make sure it reads for(var i = 0;.