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 bc8573a commit 2107f7eCopy full SHA for 2107f7e
docs/1-trial-session/09-functions/index.md
@@ -62,7 +62,7 @@ document.write(add(3, 4));
62
<video src={returnValueVideo} controls autoPlay muted loop />
63
64
:::tip
65
-**return 文** が実行された時点で<Term type="javascriptFunction">関数</Term>の処理が終了するため、次のように書くことで [if ~ else 文](../if-statement/#if--else-if--else) や [&& (AND) 演算子](../boolean/#論理演算子)の繰り返しを避けつつ、複数の条件のついた処理を実行することができます。
+**return 文** が実行された時点で<Term type="javascriptFunction">関数</Term>の処理が終了するため、次のように書くことで [if ~ else 文](../if-statement/#if--else) や [&& (AND) 演算子](../boolean/#論理演算子)の繰り返しを避けつつ、複数の条件のついた処理を実行することができます。
66
67
```javascript
68
let age = 21;
0 commit comments