You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/11-logical-operators/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Für mehrere mit UND verknüpfte Werte:
194
194
result = value1 && value2 && value3;
195
195
```
196
196
197
-
arbeitet der Operator UND`&&` wie folgt:
197
+
Der Operator UND`&&` arbeitet wie folgt:
198
198
199
199
- Wertet Operanden von links nach rechts aus.
200
200
- Konvertiert jeden Operand in einen Booleschen Wert. Ist das Ergebnis `false`, endet seine Auswertung und er gibt den ursprünglichen Wert dieses Operanden zurück.
0 commit comments