A for loop lets us create the counter variable inside the parentheses, like var counter = 1;.
for
var counter = 1;
Make sure to type var i = 1;.
var i = 1;