Skip to content

Commit 6cee922

Browse files
authored
Function expressions and arrows (#54)
* feat: finish translation of 1-02-15 * Update 1-js/02-first-steps/15-function-expressions-arrows/article.md
1 parent 8d9c669 commit 6cee922

File tree

3 files changed

+129
-129
lines changed

3 files changed

+129
-129
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)