Skip to content

Commit a9a0bc2

Browse files
committed
Fix code in example
1 parent 8be56e4 commit a9a0bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/10-es-modern/4-es-function/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ let g = function() {};
189189

190190
let user = {
191191
// свойство user.sayHi.name == "sayHi"
192-
sayHi: function() { };
193-
}
192+
sayHi: function() { }
193+
};
194194
```
195195

196196
## Функции в блоке

0 commit comments

Comments
 (0)