Réponse

for(let i = 0; i < 10; i++) {}

Colonne
Explication

Avoid infinite loops

Question

syntax - "for" loop (using variable i) to run-through 10 elements

Thématique