Skip to content

Commit

Permalink
Markdown cleanup for ru - JavaScript section (#8838)
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Sushko <[email protected]>
  • Loading branch information
SphinxKnight and sashasushko committed Oct 22, 2022
1 parent cd587e7 commit 72446ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/ru/web/javascript/reference/lexical_grammar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ tags:
- литералы
translation_of: Web/JavaScript/Reference/Lexical_grammar
---

{{JsSidebar("More")}}

Этот раздел описывает синтаксис JavaScript. Исходный код ECMAScript скриптов сканируется слева направо и преобразуется в последовательность найденных элементов в токены, управляющие символы, окончания строк, комментарии или пробелы.

ECMAScript также определяет ключевые слова и литералы и имеет указания для автоматической вставки точек с запятой к концу инструкции.

## Спецсимволы
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: async function
slug: Web/JavaScript/Reference/Statements/async_function
translation_of: Web/JavaScript/Reference/Statements/async_function
---

{{jsSidebar("Statements")}}

Объявление **`async function`** определяет _асинхронную функцию_, которая возвращает объект {{jsxref("Global_Objects/AsyncFunction","AsyncFunction")}}.
Expand Down
1 change: 1 addition & 0 deletions files/ru/web/javascript/reference/statements/with/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: with
slug: Web/JavaScript/Reference/Statements/with
translation_of: Web/JavaScript/Reference/Statements/with
---

> **Предупреждение:** Использование оператора `with` не рекомендуемо, т.к. он может быть источником запутанных багов и проблем совместимости. Детальная информация в параграфе "Ambiguity Contra" раздела "Description".
{{jsSidebar("Statements")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
translation_of: Web/JavaScript/Reference/Template_literals
original_slug: Web/JavaScript/Reference/template_strings
---

{{JsSidebar("More")}}

Шаблонными литералами называются строковые литералы, допускающие использование выражений внутри. С ними вы можете использовать многострочные литералы и строковую интерполяцию. В спецификациях до ES2015 они назывались "шаблонными строками".
Expand Down

0 comments on commit 72446ec

Please sign in to comment.