Skip to content

Commit 65954e0

Browse files
committed
fix(i18n): 1.02.15.1
1 parent ec939b1 commit 65954e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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+
Terlihat pendek dan bersih, kan?

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Rewrite with arrow functions
33

4-
Replace Function Expressions with arrow functions in the code:
4+
Ganti Expresi Fungsi dengan fungsi panah dalam kode:
55

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

0 commit comments

Comments
 (0)