Skip to content

Commit 456e937

Browse files
authored
做出一点修改
1 parent 20fd6b5 commit 456e937

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-arrow-functions-basics

1 file changed

+1
-1
lines changed

Diff for: 1-js/02-first-steps/16-arrow-functions-basics/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ alert( sum(1, 2) ); // 3
4848
alert( double(3) ); // 6
4949
```
5050

51-
- 如果没有参数,括号里将是空的(但括号应该是保留):
51+
- 如果没有参数,括号里将是空的(但括号应该保留):
5252

5353
```js run
5454
let sayHi = () => alert("Hello!");

0 commit comments

Comments
 (0)