mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 09:30:11 +02:00
update broken translations links
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://youtube.com/watch?v=SxTp8j-fMMY "Entscheidungen treffen")
|
||||
|
||||
## [Pre-Lecture Quiz](.github/pre-lecture-quiz.md)
|
||||
## [Pre-Lecture Quiz](../.github/pre-lecture-quiz.md)
|
||||
|
||||
Wenn Sie Entscheidungen treffen und die Reihenfolge steuern, in der Ihr Code ausgeführt wird, ist Ihr Code wiederverwendbar und robust. Dieser Abschnitt behandelt die Syntax zur Steuerung des Datenflusses in JavaScript und ihre Bedeutung bei Verwendung mit booleschen Datentypen.
|
||||
|
||||
@@ -158,7 +158,7 @@ if (firstNumber > secondNumber) {
|
||||
|
||||
Erstellen Sie ein Programm, das zuerst mit logischen Operatoren geschrieben wird, und schreiben Sie es dann mit einem ternären Ausdruck neu. Was ist Ihre bevorzugte Syntax?
|
||||
|
||||
## [Quiz nach der Vorlesung] (.github/post-lecture-quiz.md)
|
||||
## [Quiz nach der Vorlesung](../.github/post-lecture-quiz.md)
|
||||
|
||||
## Review & Selbststudium
|
||||
|
||||
@@ -166,4 +166,4 @@ Lesen Sie mehr über die vielen Operatoren, die dem Benutzer [auf MDN](https://d
|
||||
|
||||
## Zuordnung
|
||||
|
||||
[Operators](assignment.md)
|
||||
[Operators](assignment.de.md)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
## [Pre-lecture prueba](.github/pre-lecture-quiz.md)
|
||||
## [Pre-lecture prueba](../.github/pre-lecture-quiz.md)
|
||||
|
||||
Tomar decisiones y controlar el orden en que se ejecuta su código hace que su código sea reutilizable y robusto. Esta sección cubre la sintaxis para controlar el flujo de datos en JavaScript y su importancia cuando se usa con tipos de datos booleanos.
|
||||
|
||||
@@ -154,11 +154,11 @@ if (firstNumber > secondNumber) {
|
||||
|
||||
🚀 Desafío: cree un programa que se escriba primero con operadores lógicos y luego vuelva a escribirlo utilizando una expresión ternaria. ¿Cuál es tu sintaxis preferida?
|
||||
|
||||
## [Post-lecture prueba](.github/post-lecture-quiz.md)
|
||||
## [Post-lecture prueba](../.github/post-lecture-quiz.md)
|
||||
|
||||
## Revisión y autoestudio
|
||||
|
||||
Más información sobre los muchos operadores disponibles para el usuario [en MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators).
|
||||
|
||||
**Asignación**: [Operadores](assignment.md)
|
||||
**Asignación**: [Operadores](assignment.es.md)
|
||||
|
||||
|
Reference in New Issue
Block a user