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 c010247 commit 4e08b74Copy full SHA for 4e08b74
source/basic/statement-expression/README.md
@@ -154,7 +154,7 @@ undefined // ここでブロック内で定義した変数`count`は参照でき
154
これは、ブロックスコープという仕組みによるものですが、詳しい仕組みについては「[関数とスコープ][]」の章で解説します。
155
今は、ブロック文を使うとREPLでの試行錯誤がしやすいということだけ知っていれば問題ありません。
156
157
-## function宣言(文)とfunction式 {#function-statement-and-function-expression}
+## 関数宣言(文)と関数式 {#function-statement-and-function-expression}
158
159
「[関数と宣言][]」の章において、関数を定義する方法を学びました。
160
functionキーワードから文を開始する**関数宣言**と、変数へ**関数式**を代入する方法があります。
0 commit comments