From dc6811bb65a4a912318ffc25d04f6cb5b9e57fc6 Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Wed, 9 Sep 2026 12:05:46 +0200 Subject: [PATCH] --- .../unterricht/tag03/01_numbers.html | 58 ++++++++++++++ .../tag03/02_variablendeklaration.html | 77 +++++++++++++++++++ 01_grundlagen/unterricht/tag03/03_prompt.html | 29 +++++++ .../tag03/04_konstante-magic-number.html | 19 +++++ 4 files changed, 183 insertions(+) create mode 100644 01_grundlagen/unterricht/tag03/01_numbers.html create mode 100644 01_grundlagen/unterricht/tag03/02_variablendeklaration.html create mode 100644 01_grundlagen/unterricht/tag03/03_prompt.html create mode 100644 01_grundlagen/unterricht/tag03/04_konstante-magic-number.html diff --git a/01_grundlagen/unterricht/tag03/01_numbers.html b/01_grundlagen/unterricht/tag03/01_numbers.html new file mode 100644 index 0000000..fa4cf60 --- /dev/null +++ b/01_grundlagen/unterricht/tag03/01_numbers.html @@ -0,0 +1,58 @@ + + + + + + Numbers + + + +
+
+

Numbers

+ + +
+
+ + + diff --git a/01_grundlagen/unterricht/tag03/02_variablendeklaration.html b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html new file mode 100644 index 0000000..3d84a21 --- /dev/null +++ b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html @@ -0,0 +1,77 @@ + + + + + + Variablen in JS + + + +
+
+

Variablen in JS

+
+
+ + + diff --git a/01_grundlagen/unterricht/tag03/03_prompt.html b/01_grundlagen/unterricht/tag03/03_prompt.html new file mode 100644 index 0000000..cb37bae --- /dev/null +++ b/01_grundlagen/unterricht/tag03/03_prompt.html @@ -0,0 +1,29 @@ + + + + + + Prompt - Dialogfenster mit Eingabetextfeld in JS + + + +
+
+

Prompt - Dialogfenster mit Eingabetextfeld in JS

+
+
+
+ + + diff --git a/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html b/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html new file mode 100644 index 0000000..d9413f1 --- /dev/null +++ b/01_grundlagen/unterricht/tag03/04_konstante-magic-number.html @@ -0,0 +1,19 @@ + + + + + + Konstante als Konfigurationsvariable (const) + + + +
+
+

Konstante als Konfigurationsvariable (const)

+
+
+ + +