Skip to content

Commit 64447ed

Browse files
authored
fix: 补充题目翻译
1 parent 7388eb9 commit 64447ed

File tree

1 file changed

+2
-2
lines changed
  • 1-js/06-advanced-functions/03-closure/2-closure-variable-access

1 file changed

+2
-2
lines changed

1-js/06-advanced-functions/03-closure/2-closure-variable-access/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ function makeWorker() {
1919

2020
let name = "John";
2121

22-
// create a function
22+
// 创建一个函数
2323
let work = makeWorker();
2424

25-
// call it
25+
// 调用它
2626
work(); // 会显示什么?
2727
```
2828

0 commit comments

Comments
 (0)