Skip to content

Commit 6a72012

Browse files
committed
Conflict fixed on "Logical operators" page in french language
1 parent 399c675 commit 6a72012

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ if (hour < 10 || hour > 18 || isWeekend) {
6464
}
6565
```
6666

67-
<<<<<<< HEAD
68-
### OR "||" cherche la première valeur vraie
69-
=======
70-
## OR "||" finds the first truthy value [#or-finds-the-first-truthy-value]
71-
>>>>>>> e01998baf8f85d9d6cef9f1add6c81b901f16d69
67+
### OR "||" cherche la première valeur vraie[#or-cherche-la-premiere-valeur-vraie]
7268

7369
La logique décrite ci-dessus est quelque peu classique. Maintenant, apportons les fonctionnalités "supplémentaires" de JavaScript.
7470

0 commit comments

Comments
 (0)