We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f05f88 commit 0a55126Copy full SHA for 0a55126
loops/for.md
@@ -16,7 +16,7 @@ for(var i = 0; i < 10; i = i + 1){
16
}
17
```
18
19
-**Note**: `i = i + 1` can be written `i++`.
+>***Note***: `i = i + 1` can be written `i++`.
20
21
22
---
0 commit comments