diff --git a/01_grundlagen/linksammlung.md b/01_grundlagen/linksammlung.md index a94d4cf..0ff54fd 100644 --- a/01_grundlagen/linksammlung.md +++ b/01_grundlagen/linksammlung.md @@ -24,3 +24,10 @@ ## Tools/ Software - [Microsoft Powertoys](https://learn.microsoft.com/de-de/windows/powertoys/) + +## CSS/SCSS Tuts + +- [CSS Reference](https://cssreference.io/) +- [CSS Tricks - Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) +- [CSS Flexboxfroggy](https://flexboxfroggy.com/#de) +- [CSS Gridgarden](https://cssgridgarden.com/#de) diff --git a/01_grundlagen/unterricht/tag05/01_is-nan.html b/01_grundlagen/unterricht/tag05/01_is-nan.html new file mode 100644 index 0000000..491640f --- /dev/null +++ b/01_grundlagen/unterricht/tag05/01_is-nan.html @@ -0,0 +1,58 @@ + + + + + + isNaN() + + + +
+
+

isNaN()

+

+ Die isNaN() Methode prüft, ob ein Wert NaN ist. Bemerkung: Aufgrund innerer Zwänge weist die + isNaN Methode interessante Regeln auf. Alternativ kann die in ECMAScript 2015 definierte Methode + Number.isNaN() genutzt werden. +

+ +
+
+ + + diff --git a/01_grundlagen/unterricht/tag05/02_reichweite-verbrauch-formular.html b/01_grundlagen/unterricht/tag05/02_reichweite-verbrauch-formular.html new file mode 100644 index 0000000..5bcd8e5 --- /dev/null +++ b/01_grundlagen/unterricht/tag05/02_reichweite-verbrauch-formular.html @@ -0,0 +1,78 @@ + + + + + + Formularbeispiel: Reichweite & Verbrauch + + + +
+
+

Formularbeispiel: Reichweite & Verbrauch

+

Berechne deinen PKW-Kraftstoffverbrauch, indem du folgende Felder ausfüllst:

+ +
+
+
+
+ + +
+
+
+ + + +
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+
+ + +