aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/closure/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:24:59 +0100
committerGitHub <noreply@github.com>2021-02-11 18:24:59 +0100
commit772b3cc462ebbd939d77fbdc35173b7c9bb5670c (patch)
treea5ccab6bafbf375a8f57bdb406878db630329fe0 /files/ja/glossary/closure/index.html
parentaaeeb9abf350ff53bc52223c6a2f6a15d755ae07 (diff)
parent9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (diff)
downloadtranslated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.tar.gz
translated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.tar.bz2
translated-content-772b3cc462ebbd939d77fbdc35173b7c9bb5670c.zip
Merge pull request #30 from fiji-flo/unslugging-ja
Unslugging ja
Diffstat (limited to 'files/ja/glossary/closure/index.html')
-rw-r--r--files/ja/glossary/closure/index.html25
1 files changed, 25 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..9dcf110e99
--- /dev/null
+++ b/files/ja/glossary/closure/index.html
@@ -0,0 +1,25 @@
+---
+title: Closure (クロージャ)
+slug: Glossary/Closure
+tags:
+ - CodingScripting
+ - Glossary
+ - 用語集
+translation_of: Glossary/Closure
+original_slug: Glossary/クロージャ
+---
+<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>