We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1da91b commit 48cdc41Copy full SHA for 48cdc41
page/javascript-101/syntax-basics.md
@@ -49,7 +49,7 @@ var foo = function() {
49
foo();
50
51
// This is much harder to read!
52
-var foo=function() {for(var i=0;i<10;++){alert(i);}};foo();
+var foo=function() {for(var i=0;i<10;i++){alert(i);}};foo();
53
```
54
55
### Reserved Words
0 commit comments