Skip to content

Commit 7a982ad

Browse files
authored
Delete empty lines at the end of article
1 parent e5a21be commit 7a982ad

File tree

1 file changed

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

1 file changed

+0
-25
lines changed

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -300,28 +300,3 @@ alert( Boolean(null) ); // false
300300
```
301301

302302
A precedência do NÃO `!` é a mais alta entre todos os operadores lógicos, então ele é executado primeiro, antes que `&&` ou `||`.
303-
304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317-
318-
319-
320-
321-
322-
323-
324-
325-
326-
327-
```

0 commit comments

Comments
 (0)