aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/callback_function
diff options
context:
space:
mode:
authorMaxim Postautov <54762420+mpstv@users.noreply.github.com>2021-05-13 20:05:41 +0300
committerGitHub <noreply@github.com>2021-05-13 20:05:41 +0300
commite2bc9a12a68bd713a2a49de5315649b9d660e54a (patch)
treedeaf3e5f296d4d8b7c7ec2896c5dfa75f35ba151 /files/ru/glossary/callback_function
parent3dbe797113213b95ab33955cea50ad7d3a58e5df (diff)
downloadtranslated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.gz
translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.bz2
translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.zip
Change glossary word translation (#742)
* change glossary word translation ru * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/high-level_programming_language/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/html/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/css/@font-face/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/ietf/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/method/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/request_header/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/javascript/building_blocks/looping_code/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/add_or_update_browser_compatibility_data/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/write_a_new_entry_in_the_glossary/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mozilla/add-ons/webextensions/manifest.json/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/canvas_api/tutorial/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/xmlhttprequest/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/guide/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/html/element/title/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/javascript/reference/global_objects/symbol/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/xml/xml_introduction/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * review changes * links changes Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
Diffstat (limited to 'files/ru/glossary/callback_function')
-rw-r--r--files/ru/glossary/callback_function/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/glossary/callback_function/index.html b/files/ru/glossary/callback_function/index.html
index c55e0e6eef..06748700d3 100644
--- a/files/ru/glossary/callback_function/index.html
+++ b/files/ru/glossary/callback_function/index.html
@@ -5,7 +5,7 @@ tags:
- Callback
- Колбэк-функция
translation_of: Glossary/Callback_function
-original_slug: Словарь/функция_обратного_вызова
+original_slug: Глоссарий/функция_обратного_вызова
---
<p>Колбэк-функция (или обратный вызов) - это функция, переданная в другую функцию в качестве аргумента, которая затем вызывается по завершению какого-либо действия.</p>
@@ -24,10 +24,10 @@ processUserInput(greeting);</pre>
<p>Выше приведён пример <a href="/en-US/docs/Glossary/Synchronous">синхронного</a> колбэка, поскольку функция <code>processUserInput</code> выполняется синхронно.</p>
-<p>Колбэки часто используются для продолжения выполнения кода после завершения <a href="/ru/docs/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C/Asynchronous">асинхронной</a> операции - они называются асинхронными колбэками.</p>
+<p>Колбэки часто используются для продолжения выполнения кода после завершения <a href="/ru/docs/Glossary/Asynchronous">асинхронной</a> операции - они называются асинхронными колбэками.</p>
<pre class="brush: js">async function pageLoader(callback) {
-  const data = await fetch('/ru/docs/Словарь/функция_обратного_вызова')
+  const data = await fetch('/ru/docs/Glossary/Callback_function')
  callback(data)
}