You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/15-function-basics/article.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,11 +461,7 @@ Ces exemples supposent des significations communes de préfixes. Vous et votre
461
461
```smart header="Noms de fonction ultra-courts"
462
462
Les fonctions utilisées *très souvent* portent parfois des noms ultra-courts.
463
463
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 `_`.
469
465
470
466
Ce sont des exceptions. En règle générale, les noms de fonctions doivent être concis et descriptifs.
0 commit comments