From fa05e2f2d498abb3041f43e5ced830f2555062df Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Thu, 18 Jun 2026 14:34:01 +0200 Subject: [PATCH] --- .../tag04/07_relationale-operatoren.html | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 01_grundlagen/unterricht/tag04/07_relationale-operatoren.html diff --git a/01_grundlagen/unterricht/tag04/07_relationale-operatoren.html b/01_grundlagen/unterricht/tag04/07_relationale-operatoren.html new file mode 100644 index 0000000..6f9c925 --- /dev/null +++ b/01_grundlagen/unterricht/tag04/07_relationale-operatoren.html @@ -0,0 +1,83 @@ + + + + + + Relationale Operatoren & Vergleichoperator + + + +
+
+

Relationale Operatoren & Vergleichoperator

+ +
    +
  • < kleiner
  • +
  • > größer
  • +
  • <= kleiner gleich
  • +
  • >= größer gleich
  • +
  • === identisch (strikt)
  • +
  • !== nicht identisch (strikt)
  • +
+
+
+ + +