diff options
Diffstat (limited to 'files/ja/glossary/closure/index.html')
-rw-r--r-- | files/ja/glossary/closure/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ja/glossary/closure/index.html b/files/ja/glossary/closure/index.html new file mode 100644 index 0000000000..cf0931e091 --- /dev/null +++ b/files/ja/glossary/closure/index.html @@ -0,0 +1,24 @@ +--- +title: Closure (クロージャ) +slug: Glossary/クロージャ +tags: + - CodingScripting + - Glossary + - 用語集 +translation_of: Glossary/Closure +--- +<p>実行<strong>{{glossary("scope","範囲")}}</strong>を定義するバインディングのこと。{{glossary("JavaScript")}}では、<strong>{{glossary("function","関数")}}</strong>は閉じたコンテキストを作成します。</p> + +<h2 id="Learn_more" name="Learn_more">関連項目</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia の {{interwiki("wikipedia", "クロージャ", "クロージャ")}}</li> +</ul> + +<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3> + +<ul> + <li>MDN の<a href="/ja/docs/Web/JavaScript/Closures">クロージャ</a></li> +</ul> |