Skip to content

Commit ef863ab

Browse files
authored
Update article.md
Add a blank line to match the original.
1 parent a2483bf commit ef863ab

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ if (1 && 0) { // avaliado como true && false
172172
}
173173
```
174174
175+
175176
## "*AND*" encontra o primeiro valor falso
176177
177178
Dados múltiplos valores encadeados em AND's:

0 commit comments

Comments
 (0)