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.
var
i
=
1