Skip to content

Commit 8b4384b

Browse files
authored
Update article.md
Переклад
1 parent b0995a5 commit 8b4384b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/06-function-object

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/06-function-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ let sayHi = function(who) {
217217
};
218218
```
219219

220-
And add a name to it:
220+
І додайте до нього назву:
221221

222222
```js
223223
let sayHi = function *!*func*/!*(who) {

0 commit comments

Comments
 (0)