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 e3bf1a7 commit c7af4cbCopy full SHA for c7af4cb
source/basic/condition/README.md
@@ -270,7 +270,7 @@ switch文のcase節では基本的に`break;`を使ってswitch文を抜ける
270
別の方法で書けないかを考えるべきサインとなります。
271
272
switch文はif文の代用として使うのではなく、次のように関数と組み合わせて条件に対する値を返すパターンとして使うことが多いです。
273
-関数については「[関数と宣言][]」の章で紹介します。
+関数については「[関数と宣言][]」の章を参照してください。
274
275
{{book.console}}
276
[import, switch-return-example.js](./src/switch/switch-return-example.js)
0 commit comments