ATLWEB
Вход

Structura repetitiva

for (let i = 1; i < 8; i++) {
  console.log(i);
}