Skip to content

Commit 9a5e2ff

Browse files
lex111sashashakun
andauthored
Update 1-js/06-advanced-functions/12-arrow-functions/article.md
Co-Authored-By: sashashakun <alex.shakun@hellohippo.com>
1 parent 04de6b7 commit 9a5e2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/12-arrow-functions

1-js/06-advanced-functions/12-arrow-functions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ let sayHiDeferred = defer(sayHi, 2000);
100100
sayHiDeferred("John"); // Hello, John after 2 seconds
101101
```
102102

103-
Тоже самое без стрелочной функции выглядело бы:
103+
То же самое без стрелочной функции выглядело бы:
104104

105105
```js
106106
function defer(f, ms) {

0 commit comments

Comments
 (0)