Again, i is a counter variable. This time, however, we're creating it in the first line of the loop.

Exactly! Creating a counter variable in a for loop is the same as creating a normal variable.

Just like before, we first write the var word, followed by the i name. We then use the = sign to give i the value 1.