Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 51d8083

Browse files
committed
JavaScript 作用域——全局、局部和块级作用域详解
1 parent 67f879d commit 51d8083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chinese/articles/#scope-chain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Scope in JavaScript – Global vs Local vs Block Scope Explained
33
author: Adekola Olawale
44
authorURL: https://www.freecodecamp.org/news/author/adekola-olawale/
55
originalURL: https://www.freecodecamp.org/news/scope-in-javascript-global-vs-local-vs-block-scope/#scope-chain
6-
translator: ""
6+
translator: "imesong"
77
reviewer: ""
88
---
99

10-
November 13, 2023 / [#JavaScript][1]
10+
2023 年 11 月 13 日 / [#JavaScript][1]
1111

1212
<!-- more -->
1313

@@ -621,4 +621,4 @@ Learn to code for free. freeCodeCamp's open source curriculum has helped more th
621621
[29]: #when-to-use-different-types-of-scope
622622
[30]: #conclusion
623623
[31]: /news/author/adekola-olawale/
624-
[32]: https://www.freecodecamp.org/learn/
624+
[32]: https://www.freecodecamp.org/learn/

0 commit comments

Comments
 (0)