aboutsummaryrefslogtreecommitdiff
path: root/files/uk/glossary/conditional
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/uk/glossary/conditional
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/uk/glossary/conditional')
-rw-r--r--files/uk/glossary/conditional/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/uk/glossary/conditional/index.html b/files/uk/glossary/conditional/index.html
new file mode 100644
index 0000000000..102d5428d9
--- /dev/null
+++ b/files/uk/glossary/conditional/index.html
@@ -0,0 +1,30 @@
+---
+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>