We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e73fc5 commit 417c45dCopy full SHA for 417c45d
1 file changed
1-js/02-first-steps/12-while-for/3-which-value-for/solution.md
@@ -14,4 +14,4 @@ for (let i = 0; i < 5; i++) alert( i );
14
15
递增 `i++` 与检查条件(2)分开。这只是另一种写法。
16
17
-在这没使用返回的低增值,因此 `i++` 和 `++i`之间没有区别。
+在这没使用返回的递增值,因此 `i++` 和 `++i`之间没有区别。
0 commit comments