There was an error while loading. Please reload this page.
2 parents cbf8281 + b91505a commit 84e95d2Copy full SHA for 84e95d2
1 file changed
1-js/02-first-steps/12-while-for/article.md
@@ -188,7 +188,7 @@ We can also remove the `step` part:
188
let i = 0;
189
190
for (; i < 3;) {
191
- alert( i );
+ alert( i++ );
192
}
193
```
194
0 commit comments