aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/operator
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/glossary/operator')
-rw-r--r--files/de/glossary/operator/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/de/glossary/operator/index.html b/files/de/glossary/operator/index.html
new file mode 100644
index 0000000000..16758b5526
--- /dev/null
+++ b/files/de/glossary/operator/index.html
@@ -0,0 +1,22 @@
+---
+title: Operator
+slug: Glossary/Operator
+tags:
+ - Operator
+translation_of: Glossary/Operator
+---
+<p>Syntax bestehend aus Interpunktion oder alphanumerischen Satzzeichen, die einer integrierten Funktionalität vorbehalten ist.  Beispielsweise summiert der Additionsoperator ("+") in JavaScript Zahlen auf oder verkettet Strings, wohingegen der “Not-Operator” ("!") einen Ausdruck in sein Gegenteil verkehrt – also z.B. dazu führt, dass ein <code>true</code>-Statement <code>false</code> zurückgibt.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Operator (computer programming)")}} on Wikipedia</li>
+</ul>
+
+<h3 id="Technical_reference">Technical reference</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators">JavaScript operators</a></li>
+</ul>