needed 4 translated repos

This commit is contained in:
joaquinelio 2021-02-04 11:49:03 -03:00
parent 7533c719fb
commit 0d52720bc0
4 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ if (hour < 10 || hour > 18 || isWeekend) {
}
```
## OR "||" finds the first truthy value
## OR "||" finds the first truthy value [#or-finds-the-first-truthy-value]
The logic described above is somewhat classical. Now, let's bring in the "extra" features of JavaScript.