aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/promise/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/promise/index.html')
-rw-r--r--files/ru/glossary/promise/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/promise/index.html b/files/ru/glossary/promise/index.html
index 23ed273c40..f3175a21c9 100644
--- a/files/ru/glossary/promise/index.html
+++ b/files/ru/glossary/promise/index.html
@@ -1,10 +1,11 @@
---
title: Promise
-slug: Словарь/Promise
+slug: Glossary/Promise
tags:
- Словарь
- асинхронный
translation_of: Glossary/Promise
+original_slug: Словарь/Promise
---
<p>A <strong>{{jsxref("Promise")}}</strong> - это {{Glossary("Object")}}, возвращаемый {{Glossary("function")}}, которая еще не завершила свою работу. Promise буквально представляет собой 'обещание' функции в итоге вернуть результат через объект промиса.</p>