This commit is contained in:
Philippe Torrel
2026-06-22 09:48:04 +02:00
parent 6bbdbae77d
commit eefc30fa85
5 changed files with 217 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ theme: default
- Relationale Operatoren & Vergleichoperatoren
- isNaN
- Lexikographische Vergleiche
- if else Verzweigung und ternärer Operator
- **Exkurs: HTML-Formularfelder**
- 1:1 Meeting
@@ -94,6 +93,7 @@ theme: default
**Inhalt:**
- **Exkurs: HTML Formularfelder mit BS**
- if else Verzweigung und ternärer Operator
- logische Operatoren UND und ODER
- unärer Operator (!)
- String Methoden Part I