Skip to content

Commit 6f24971

Browse files
sunhaokkleviding
authored andcommitted
函数表达式和箭头函数 (javascript-tutorial#47)
* 函数表达式和箭头函数 函数表达式和箭头函数 * Update solution.md * Update task.md * Update article.md 感谢指导。修改完毕 * Update article.md * Update article.md 感谢指导 已经修改 * Update article.md * Update article.md * Update article.md 不容易啊 * Update article.md * Update article.md
1 parent f1fb354 commit 6f24971

File tree

3 files changed

+110
-110
lines changed

3 files changed

+110
-110
lines changed

1-js/02-first-steps/15-function-expressions-arrows/1-rewrite-arrow/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ask(
1414
);
1515
```
1616

17-
Looks short and clean, right?
17+
是不是看着精简多了?

1-js/02-first-steps/15-function-expressions-arrows/1-rewrite-arrow/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Rewrite with arrow functions
2+
# 用箭头函数重写
33

4-
Replace Function Expressions with arrow functions in the code:
4+
用箭头函数重写下面的函数表达式:
55

66
```js run
77
function ask(question, yes, no) {

0 commit comments

Comments
 (0)