From a5b98fc33a6d0be74e860e403ef12028ca74981d Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Tue, 8 Sep 2026 08:36:52 +0200 Subject: [PATCH] --- 01_grundlagen/uebungen/u01_console.html | 24 ++++++++++++++ .../unterricht/tag01/05_console-log.html | 33 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 01_grundlagen/uebungen/u01_console.html create mode 100644 01_grundlagen/unterricht/tag01/05_console-log.html diff --git a/01_grundlagen/uebungen/u01_console.html b/01_grundlagen/uebungen/u01_console.html new file mode 100644 index 0000000..09cc686 --- /dev/null +++ b/01_grundlagen/uebungen/u01_console.html @@ -0,0 +1,24 @@ + + + + + + Übung 1: In die Konsole geloggt + + + +
+
+
+

Übung 1: In die Konsole geloggt

+

Gib deinen Namen in der Konsole aus.

+
+
+
+ + + diff --git a/01_grundlagen/unterricht/tag01/05_console-log.html b/01_grundlagen/unterricht/tag01/05_console-log.html new file mode 100644 index 0000000..3b57282 --- /dev/null +++ b/01_grundlagen/unterricht/tag01/05_console-log.html @@ -0,0 +1,33 @@ + + + + + + console.log() + + + +
+
+

console.log()

+
+
+ + +