Initialization, repetition condition and incrementing are all included in the for statement header.
for ( let counter = 1; counter <= 7; ++counter ) console.log( counter );/*from www . j av a 2 s . c om*/