aboutsummaryrefslogtreecommitdiff
path: root/files/uk/glossary/conditional/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/uk/glossary/conditional/index.html')
-rw-r--r--files/uk/glossary/conditional/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/uk/glossary/conditional/index.html b/files/uk/glossary/conditional/index.html
deleted file mode 100644
index 102d5428d9..0000000000
--- a/files/uk/glossary/conditional/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: Умовна конструкція
-slug: Glossary/Conditional
-tags:
- - Словник
-translation_of: Glossary/Conditional
----
-<p><span class="seoSummary"><strong>Умова</strong> - це набір правил, які можуть перервати нормальне виконання коду або змінити його, в залежності від того, чи була виконана умова.</span></p>
-
-<p><span id="result_box" lang="en"><span class="hps">Інструкція або набір інструкцій виконуються, якщо була виконана вказана умова</span><span class="hps">. Інакше, виконується інша інструкція</span><span class="hps">.</span> Також можливо повторювати виконання інструкції чи набору інструкцій, доки умова не буде виконана<span>.</span></span></p>
-
-<h2 id="Дізнатись_більше"><strong>Дізнатись більше</strong></h2>
-
-<h3 id="Загальні_відомості"><strong>Загальні відомості</strong></h3>
-
-<ul>
- <li><a href="https://en.wikipedia.org/wiki/Exception_handling#Condition_systems">Condition</a> у Вікіпедії</li>
-</ul>
-
-<h3 id="Технічна_довідка">Технічна довідка</h3>
-
-<ul>
- <li><a href="/uk/docs/Glossary/Control_flow">Потік керування</a> на MDN</li>
-</ul>
-
-<h3 id="Навчання">Навчання</h3>
-
-<ul>
- <li><a href="/uk/docs/Web/JavaScript/Guide/Control_flow_and_error_handling">Control flow and error handling in Javascript</a> на MDN</li>
-</ul>