Skip to content

Commit 3d56824

Browse files
El-Hachemi HariziEl-Hachemi Harizi
authored andcommitted
Conflict fixed on "Arrays" page in french language
1 parent 6443851 commit 3d56824

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

1-js/05-data-types/04-array/article.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,15 +437,9 @@ Cet opérateur n'a pas de traitement spécial pour les tableaux, il fonctionne a
437437

438438
Rappelons les règles :
439439

440-
<<<<<<< HEAD
441440
- Deux objets sont égaux `==` uniquement s'ils font référence au même objet.
442441
- Si l'un des arguments de `==` est un objet, et l'autre est une primitive, alors l'objet est converti en primitif, comme expliqué dans le chapitre <info:object-toprimitive>.
443442
- ...À l'exception de `null` et `undefined ` qui s'égalent `==` l'un l'autre et rien d'autre.
444-
=======
445-
- Two objects are equal `==` only if they're references to the same object.
446-
- If one of the arguments of `==` is an object, and the other one is a primitive, then the object gets converted to primitive, as explained in the chapter <info:object-toprimitive>.
447-
- ...With an exception of `null` and `undefined` that equal `==` each other and nothing else.
448-
>>>>>>> 97ef86242f9f236b13152e1baf52a55c4db8728a
449443

450444
La comparaison stricte `===` est encore plus simple, car elle ne convertit pas les types.
451445

0 commit comments

Comments
 (0)