Skip to content

Commit 9bb58b2

Browse files
committed
minor
1 parent d81dadf commit 9bb58b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/11-logical-operators

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (hour == 12 && minute == 30) {
181181

182182
```js run
183183
if (1 && 0) { // вычисляется как true && false
184-
alert( "won't work, because the result is falsy" );
184+
alert( "не сработает, так как результат ложный" );
185185
}
186186
```
187187

0 commit comments

Comments
 (0)