We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f1d7d commit 360200dCopy full SHA for 360200d
1 file changed
1-js/02-first-steps/11-logical-operators/8-if-question/solution.md
@@ -4,7 +4,7 @@ Details:
4
5
```js run
6
// Ausgeführt.
7
-// The result of -1 || 0 = -1, effektiv wahr
+// Das Resultat von -1 || 0 = -1, effektiv wahr
8
if (-1 || 0) alert( 'Erster' );
9
10
// Nicht ausgeführt
0 commit comments