From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../index.html" | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 "files/ja/glossary/\343\202\257\343\203\255\343\203\274\343\202\270\343\203\243/index.html" (limited to 'files/ja/glossary/クロージャ/index.html') diff --git "a/files/ja/glossary/\343\202\257\343\203\255\343\203\274\343\202\270\343\203\243/index.html" "b/files/ja/glossary/\343\202\257\343\203\255\343\203\274\343\202\270\343\203\243/index.html" new file mode 100644 index 0000000000..cf0931e091 --- /dev/null +++ "b/files/ja/glossary/\343\202\257\343\203\255\343\203\274\343\202\270\343\203\243/index.html" @@ -0,0 +1,24 @@ +--- +title: Closure (クロージャ) +slug: Glossary/クロージャ +tags: + - CodingScripting + - Glossary + - 用語集 +translation_of: Glossary/Closure +--- +

実行{{glossary("scope","範囲")}}を定義するバインディングのこと。{{glossary("JavaScript")}}では、{{glossary("function","関数")}}は閉じたコンテキストを作成します。

+ +

関連項目

+ +

一般知識

+ + + +

技術リファレンス

+ + -- cgit v1.2.3-54-g00ecf