Inside the for loop's parentheses, create a counter variable named number, set its value to 1 and add a semicolon at the end.

Marvelous!  The counter variable is placed within the parentheses.

Make sure to assemble var number = 1; inside the parentheses ().