@ -221,7 +221,7 @@ while (true == false) {
Defines a loop very similar to while, but which parameters inside the parenthesis consists of three parts separated by semicolons`;`.
```
for (let i = 0; i < 10; i++) {
// Loop through 0 to 10
// Loop through 0 to 9
}
The note is not visible to the blocked user.