Skip to content

Commit 4267d22

Browse files
committed
minor fixes
1 parent 7fc037f commit 4267d22

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This leads to some interesting usage compared to a "pure, classical, boolean-onl
125125

126126
That importance of this feature becomes obvious if an operand isn't just a value, but an expression with a side effect, such as a variable assignment or a function call.
127127
128-
In the example below, the first message is printed, while the second is not:
128+
In the example below, only the second message is printed:
129129
130130
```js run no-beautify
131131
*!*true*/!* || alert("not printed");

0 commit comments

Comments
 (0)