From 627096ba41e0e9767502df163eb98af8e283685a Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Tue, 8 Sep 2026 17:13:21 +0200 Subject: [PATCH] --- 01_grundlagen/agenda.md | 4 +- 01_grundlagen/linksammlung.md | 2 +- 01_grundlagen/unterricht/tag02/08_typeof.html | 58 +++++++++++++++++++ .../tag02/09_prioritaetsreihenfolge.html | 20 +++++++ 4 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 01_grundlagen/unterricht/tag02/09_prioritaetsreihenfolge.html diff --git a/01_grundlagen/agenda.md b/01_grundlagen/agenda.md index fa4fff8..ebf2527 100644 --- a/01_grundlagen/agenda.md +++ b/01_grundlagen/agenda.md @@ -36,7 +36,7 @@ theme: default **Übungen:** -Übung 3 - 6 +Übung 3 - 6 (Content-Factory bis 1.3.3) --- @@ -48,6 +48,8 @@ theme: default - Zusammengesetzte Zuweisungsoperatoren - Increment & Decrement - Strings verketten mit + +- Escape-Notation +- Implizite und explizite Typkonvertierung **Übungen:** diff --git a/01_grundlagen/linksammlung.md b/01_grundlagen/linksammlung.md index def7344..c1f01fe 100644 --- a/01_grundlagen/linksammlung.md +++ b/01_grundlagen/linksammlung.md @@ -13,7 +13,7 @@ - [State Of JS 2024](https://2024.stateofjs.com/en-US) - [State Of JS 2025](https://2025.stateofjs.com/en-US) - [JavaScript Wiki Historie](https://de.wikipedia.org/wiki/JavaScript) - +- [What the f\*ck JS?](https://github.com/denysdovhan/wtfjs) - [HTMLReference.io](https://htmlreference.io/) - [CSSReference.io](https://cssreference.io/) diff --git a/01_grundlagen/unterricht/tag02/08_typeof.html b/01_grundlagen/unterricht/tag02/08_typeof.html index e69de29..b7b3caa 100644 --- a/01_grundlagen/unterricht/tag02/08_typeof.html +++ b/01_grundlagen/unterricht/tag02/08_typeof.html @@ -0,0 +1,58 @@ + + + + + + Datentypen und der Befehl "typeof" in JS + + + +
+
+

Datentypen und der Befehl "typeof" in JS

+
+
+
+ + + diff --git a/01_grundlagen/unterricht/tag02/09_prioritaetsreihenfolge.html b/01_grundlagen/unterricht/tag02/09_prioritaetsreihenfolge.html new file mode 100644 index 0000000..e3b8e83 --- /dev/null +++ b/01_grundlagen/unterricht/tag02/09_prioritaetsreihenfolge.html @@ -0,0 +1,20 @@ + + + + + + Prioritäten-Tabelle + + + +
+
+

Prioritäten-Tabelle

+ +
+
+ + +