From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/glossary/closure/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/zh-tw/glossary/closure/index.html (limited to 'files/zh-tw/glossary/closure/index.html') diff --git a/files/zh-tw/glossary/closure/index.html b/files/zh-tw/glossary/closure/index.html new file mode 100644 index 0000000000..6631d17d02 --- /dev/null +++ b/files/zh-tw/glossary/closure/index.html @@ -0,0 +1,23 @@ +--- +title: 閉包 +slug: Glossary/Closure +tags: + - 術語表 + - 閉包 +translation_of: Glossary/Closure +--- +

定義可執行範圍({{glossary("scope")}})的綁定:在 {{glossary("JavaScript")}}, {{glossary("function","functions")}}會創建一個閉包上下文

+ +

了解更多

+ +

基礎知識

+ + + +

技術參考

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