aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/javascript/reference/operators
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
commite7651b26abb2031118b797bd4a4d707aa7f2e9b6 (patch)
treec0849c5104d61d6d0a7b90cdfb1511e52d144613 /files/it/web/javascript/reference/operators
parent30feb96f6084a2fb976a24ac01c1f4a054611b62 (diff)
downloadtranslated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.gz
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.bz2
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.zip
unslug it: modify
Diffstat (limited to 'files/it/web/javascript/reference/operators')
-rw-r--r--files/it/web/javascript/reference/operators/comma_operator/index.html3
-rw-r--r--files/it/web/javascript/reference/operators/conditional_operator/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/it/web/javascript/reference/operators/comma_operator/index.html b/files/it/web/javascript/reference/operators/comma_operator/index.html
index e4027930a1..f4cf7b3fd6 100644
--- a/files/it/web/javascript/reference/operators/comma_operator/index.html
+++ b/files/it/web/javascript/reference/operators/comma_operator/index.html
@@ -1,7 +1,8 @@
---
title: Operatore virgola
-slug: Web/JavaScript/Reference/Operators/Operatore_virgola
+slug: Web/JavaScript/Reference/Operators/Comma_Operator
translation_of: Web/JavaScript/Reference/Operators/Comma_Operator
+original_slug: Web/JavaScript/Reference/Operators/Operatore_virgola
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/it/web/javascript/reference/operators/conditional_operator/index.html b/files/it/web/javascript/reference/operators/conditional_operator/index.html
index 1ade61b085..1d0bc7f79a 100644
--- a/files/it/web/javascript/reference/operators/conditional_operator/index.html
+++ b/files/it/web/javascript/reference/operators/conditional_operator/index.html
@@ -1,9 +1,10 @@
---
title: Operatore condizionale (ternary)
-slug: Web/JavaScript/Reference/Operators/Operator_Condizionale
+slug: Web/JavaScript/Reference/Operators/Conditional_Operator
tags:
- JavaScript Operatore operatore
translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator
+original_slug: Web/JavaScript/Reference/Operators/Operator_Condizionale
---
<p>L'<strong>operator</strong><strong>e</strong><strong> condizionale (ternary) </strong>è  l'unico operatore JavaScript che necessità di tre operandi. Questo operatore è frequentemente usato al posto del comando <a href="/en-US/docs/Web/JavaScript/Reference/Statements/if...else"><code>if</code></a> per la sua sintassi concisa e perché fornisce direttamente un espressione valutabile.</p>