We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f368fc9 commit 97ce1e4Copy full SHA for 97ce1e4
1-js/02-first-steps/16-function-expressions/article.md
@@ -12,7 +12,7 @@ function sayHi() {
12
13
Существует ещё один синтаксис создания функций, который называется *Function Expression* (Функциональное Выражение).
14
15
-Оно выглядит вот так:f
+Оно выглядит вот так:
16
17
```js
18
let sayHi = function() {
0 commit comments