We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacbd22 commit 2e64ccdCopy full SHA for 2e64ccd
1 file changed
1-js/02-first-steps/15-function-expressions-arrows/article.md
@@ -454,7 +454,7 @@ alert( sum(1, 2) ); // 3
454
```
455
456
```smart header="More to come"
457
-我们在这里简短地称赞了箭头功能。但那不是全部!箭头功能还有其他有趣的功能。稍后我们将在 <info:arrow-functions> 一章中学习它们。
+我们在这里简短地称赞了箭头功能。但那不是全部!箭头功能还有其他有趣的功能。稍后我们将在 <info:arrow-functions> 一章中学习它们。
458
459
目前,我们已经可以将它们用于单行动作和回调。
460
0 commit comments