aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/クロージャ
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
commit6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch)
tree890e3e27131be010d82ef957fa68db495006cb0e /files/ja/glossary/クロージャ
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip
unslug ja: move
Diffstat (limited to 'files/ja/glossary/クロージャ')
-rw-r--r--files/ja/glossary/クロージャ/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/ja/glossary/クロージャ/index.html b/files/ja/glossary/クロージャ/index.html
deleted file mode 100644
index cf0931e091..0000000000
--- a/files/ja/glossary/クロージャ/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-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>