Skip to content

Commit

Permalink
Update 1-js/02-first-steps/16-javascript-specials/article.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Alexey Pyltsyn <[email protected]>
  • Loading branch information
pimonenkov and lex111 authored May 10, 2019
1 parent cffa130 commit ad05c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/16-javascript-specials/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ switch (age) {

Мы рассмотрели три способа создания функции в JavaScript:

1. Объявление: функция в основном потоке кода
1. Function Declaration: функция в основном потоке кода

```js
function sum(a, b) {
Expand Down

0 comments on commit ad05c9b

Please sign in to comment.