From 51d80834e8b44d38e89fe68ac5ea67ea3b4f2d7e Mon Sep 17 00:00:00 2001 From: imesong Date: Fri, 22 Mar 2024 14:28:49 +0800 Subject: [PATCH] =?UTF-8?q?JavaScript=20=E4=BD=9C=E7=94=A8=E5=9F=9F?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=85=A8=E5=B1=80=E3=80=81=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=92=8C=E5=9D=97=E7=BA=A7=E4=BD=9C=E7=94=A8=E5=9F=9F=E8=AF=A6?= =?UTF-8?q?=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chinese/articles/#scope-chain.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chinese/articles/#scope-chain.md b/chinese/articles/#scope-chain.md index ba8d25f51..7bfb66c84 100644 --- a/chinese/articles/#scope-chain.md +++ b/chinese/articles/#scope-chain.md @@ -3,11 +3,11 @@ title: Scope in JavaScript – Global vs Local vs Block Scope Explained author: Adekola Olawale authorURL: https://www.freecodecamp.org/news/author/adekola-olawale/ originalURL: https://www.freecodecamp.org/news/scope-in-javascript-global-vs-local-vs-block-scope/#scope-chain -translator: "" +translator: "imesong" reviewer: "" --- -November 13, 2023 / [#JavaScript][1] +2023 年 11 月 13 日 / [#JavaScript][1] @@ -621,4 +621,4 @@ Learn to code for free. freeCodeCamp's open source curriculum has helped more th [29]: #when-to-use-different-types-of-scope [30]: #conclusion [31]: /news/author/adekola-olawale/ -[32]: https://www.freecodecamp.org/learn/ \ No newline at end of file +[32]: https://www.freecodecamp.org/learn/