From b6a647eec4df2ae42be842b33af92dc7fc8b50b7 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:06 +0800 Subject: remove `summary` and `seoSummary` class for zh-TW --- files/zh-tw/web/javascript/closures/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/javascript/closures') diff --git a/files/zh-tw/web/javascript/closures/index.html b/files/zh-tw/web/javascript/closures/index.html index f9ed8c84f7..fbac2c5b07 100644 --- a/files/zh-tw/web/javascript/closures/index.html +++ b/files/zh-tw/web/javascript/closures/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Closures ---
{{jsSidebar("Intermediate")}}
-

閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。

+

閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。

語法作用域(Lexical scoping)

-- cgit v1.2.3-54-g00ecf