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.
2 parents 6f768b2 + 78851e1 commit 948f700Copy full SHA for 948f700
docs/1-trial-session/09-functions/index.md
@@ -191,7 +191,7 @@ function max(a, b) {
191
192
:::note
193
194
-`a > b` が `true` の場合、if 文内部の `return` で関数実行が中断されるため、`else` キーワードは必ずしも必要ではありません。そのため、以下のように書くこともできます。
+`a > b` が `true` の場合、if 文内部の `return` で関数実行が中断されるため、`else` キーワードは必ずしも必要ではありません。そのため、次のように書くこともできます。
195
196
```javascript
197
function max(a, b) {
0 commit comments