mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-25 15:50:57 +02:00
added new quiz app link
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[](https://www.youtube.com/watch?v=Eeh7pxtTZ3k "Loops")
|
||||
|
||||
|
||||
## [Pre-Lecture Quiz](https://calm-wave-0d1a32b03.1.azurestaticapps.net/quiz/13)
|
||||
## [Pre-Lecture Quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/13)
|
||||
|
||||
Diese Lektion behandelt die Grundlagen von JavaScript, der Sprache, die Interaktivität im Web bietet. In dieser Lektion lernen Sie Arrays und Loops kennen, mit denen Daten bearbeitet werden.
|
||||
|
||||
@@ -118,7 +118,7 @@ for (let i = 0; i < iceCreamFlavors.length; i++) {
|
||||
|
||||
Es gibt andere Möglichkeiten, Arrays als for- und while-Schleifen zu durchlaufen. Es gibt [forEach](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach), [for-of](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/for...of) und [map](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map). Schreiben Sie Ihre Array-Schleife mit einer dieser Techniken neu.
|
||||
|
||||
## [Quiz nach der Vorlesung](https://calm-wave-0d1a32b03.1.azurestaticapps.net/quiz/14)
|
||||
## [Quiz nach der Vorlesung](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/14)
|
||||
|
||||
## Review & Selbststudium
|
||||
|
||||
|
Reference in New Issue
Block a user