From 31dbf038080e9361ee73309348e7742690ef801e Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Wed, 17 Jun 2026 11:44:52 +0200 Subject: [PATCH] --- .../tag03/02_variablendeklaration.html | 72 +++++++++++++++++++ 01_grundlagen/unterricht/tag03/03_prompt.html | 30 ++++++++ 2 files changed, 102 insertions(+) create mode 100644 01_grundlagen/unterricht/tag03/02_variablendeklaration.html create mode 100644 01_grundlagen/unterricht/tag03/03_prompt.html diff --git a/01_grundlagen/unterricht/tag03/02_variablendeklaration.html b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html new file mode 100644 index 0000000..fd11a44 --- /dev/null +++ b/01_grundlagen/unterricht/tag03/02_variablendeklaration.html @@ -0,0 +1,72 @@ + + + + + + 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..624ade5 --- /dev/null +++ b/01_grundlagen/unterricht/tag03/03_prompt.html @@ -0,0 +1,30 @@ + + + + + + Prompt - Dialogfenster mit Eingabetextfeld in JS + + + +
+
+

Prompt - Dialogfenster mit Eingabetextfeld in JS

+
+
+
+ + +