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

JavaScript 作用域——全局、局部和块级作用域详解 #1228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chinese/articles/#scope-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

<!-- more -->

Expand Down Expand Up @@ -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/
[32]: https://www.freecodecamp.org/learn/