Skip to content

Commit 9719892

Browse files
committed
Conflict fixed on "Functions" page in french language
1 parent 2cc7a97 commit 9719892

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

1-js/02-first-steps/15-function-basics/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,7 @@ Ces exemples supposent des significations communes de préfixes. Vous et votre
461461
```smart header="Noms de fonction ultra-courts"
462462
Les fonctions utilisées *très souvent* portent parfois des noms ultra-courts.
463463
464-
<<<<<<< HEAD
465-
Par exemple le framework [jQuery](http://jquery.com) définit une fonction avec `$`. La librairie [LoDash](http://lodash.com/) a nommé sa fonction principale `_`.
466-
=======
467-
For example, the [jQuery](https://jquery.com/) framework defines a function with `$`. The [Lodash](https://lodash.com/) library has its core function named `_`.
468-
>>>>>>> 5dff42ba283bce883428c383c080fa9392b71df8
464+
Par exemple le framework [jQuery](https://jquery.com) définit une fonction avec `$`. La librairie [LoDash](https://lodash.com/) a nommé sa fonction principale `_`.
469465
470466
Ce sont des exceptions. En règle générale, les noms de fonctions doivent être concis et descriptifs.
471467
```

0 commit comments

Comments
 (0)