From 394f267824127692f472fc71a94f2d78ee9db819 Mon Sep 17 00:00:00 2001 From: Elan Bin Date: Tue, 13 Jul 2021 14:58:53 +0800 Subject: fix: the 'eval' jump to the correct link (#1483) the 'eval' has been translated --- files/zh-cn/web/api/html_dom_api/microtask_guide/in_depth/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/html_dom_api/microtask_guide/in_depth/index.html b/files/zh-cn/web/api/html_dom_api/microtask_guide/in_depth/index.html index 827393f1ea..60ac12c2eb 100644 --- a/files/zh-cn/web/api/html_dom_api/microtask_guide/in_depth/index.html +++ b/files/zh-cn/web/api/html_dom_api/microtask_guide/in_depth/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/HTML_DOM_API/Microtask_guide/In_depth

每一个上下文在本质上都是一种作用域层级。每个代码段开始执行的时候都会创建一个新的上下文来运行它,并且在代码退出的时候销毁掉。看看下面这段 JavaScript 程序:

-- cgit v1.2.3-54-g00ecf